Skip to content

Commit 938a357

Browse files
00xcepilys
authored andcommitted
bindings: add virtio_ids module
Bindings for the virtio IDs were added in commit 1f2dd43, but they were never exposed to users of the crate. Do so by adding a public module. Fixes: 1f2dd43 ("bindings: add bindings for virtio_ids.h") Signed-off-by: Carlos López <[email protected]>
1 parent 3bbf0db commit 938a357

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

crates/virtio-bindings/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upcoming Release
22

3+
## Added
4+
5+
- Exposed virtio_ids.h bindings as a public module.
6+
37
# v0.2.2
48

59
## Added

crates/virtio-bindings/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
pub mod virtio_blk;
1111
pub mod virtio_config;
1212
pub mod virtio_gpu;
13+
pub mod virtio_ids;
1314
pub mod virtio_mmio;
1415
pub mod virtio_net;
1516
pub mod virtio_ring;

0 commit comments

Comments
 (0)