1 /* automatically generated by tools/bindgen-all-the-things */ 2 3 #![allow(clippy::missing_safety_doc)] 4 #![allow(clippy::undocumented_unsafe_blocks)] 5 #![allow(clippy::upper_case_acronyms)] 6 #![allow(non_upper_case_globals)] 7 #![allow(non_camel_case_types)] 8 #![allow(non_snake_case)] 9 #![allow(dead_code)] 10 11 // Added by virtio_sys/bindgen.sh 12 pub const VIRTIO_CONFIG_S_SUSPEND: u32 = 16; 13 pub const VIRTIO_F_SUSPEND: u32 = 42; 14 15 pub const VIRTIO_CONFIG_S_ACKNOWLEDGE: u32 = 1; 16 pub const VIRTIO_CONFIG_S_DRIVER: u32 = 2; 17 pub const VIRTIO_CONFIG_S_DRIVER_OK: u32 = 4; 18 pub const VIRTIO_CONFIG_S_FEATURES_OK: u32 = 8; 19 pub const VIRTIO_CONFIG_S_NEEDS_RESET: u32 = 64; 20 pub const VIRTIO_CONFIG_S_FAILED: u32 = 128; 21 pub const VIRTIO_TRANSPORT_F_START: u32 = 28; 22 pub const VIRTIO_TRANSPORT_F_END: u32 = 41; 23 pub const VIRTIO_F_NOTIFY_ON_EMPTY: u32 = 24; 24 pub const VIRTIO_F_ANY_LAYOUT: u32 = 27; 25 pub const VIRTIO_F_VERSION_1: u32 = 32; 26 pub const VIRTIO_F_ACCESS_PLATFORM: u32 = 33; 27 pub const VIRTIO_F_IOMMU_PLATFORM: u32 = 33; 28 pub const VIRTIO_F_RING_PACKED: u32 = 34; 29 pub const VIRTIO_F_IN_ORDER: u32 = 35; 30 pub const VIRTIO_F_ORDER_PLATFORM: u32 = 36; 31 pub const VIRTIO_F_SR_IOV: u32 = 37; 32 pub const VIRTIO_F_NOTIFICATION_DATA: u32 = 38; 33 pub const VIRTIO_F_RING_RESET: u32 = 40; 34