Skip to content

Commit 4b593cf

Browse files
alyssaisstsquad
authored andcommitted
virtio-bindings: regenerate with Linux 6.7
Still no changes to the bindgen output from newer bindgen. Signed-off-by: Alyssa Ross <hi@alyssa.is>
1 parent d219302 commit 4b593cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

virtio-bindings/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Added
44

55
- Exposed virtio_ids.h bindings as a public module.
6-
- Regnerate bindings with Linux 6.6.
6+
- Regnerate bindings with Linux 6.7.
77
- Added virtio_input.h bindings.
88

99
# v0.2.2

virtio-bindings/src/virtio_config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ pub const VIRTIO_F_IN_ORDER: u32 = 35;
1818
pub const VIRTIO_F_ORDER_PLATFORM: u32 = 36;
1919
pub const VIRTIO_F_SR_IOV: u32 = 37;
2020
pub const VIRTIO_F_NOTIFICATION_DATA: u32 = 38;
21+
pub const VIRTIO_F_NOTIF_CONFIG_DATA: u32 = 39;
2122
pub const VIRTIO_F_RING_RESET: u32 = 40;

0 commit comments

Comments
 (0)