Go to the documentation of this file. 1 #ifndef _UAPI_LINUX_VIRTIO_CONFIG_H
2 #define _UAPI_LINUX_VIRTIO_CONFIG_H
32 #include <linux/types.h>
36 #define VIRTIO_CONFIG_S_ACKNOWLEDGE 1
38 #define VIRTIO_CONFIG_S_DRIVER 2
40 #define VIRTIO_CONFIG_S_DRIVER_OK 4
42 #define VIRTIO_CONFIG_S_FAILED 0x80
47 #define VIRTIO_TRANSPORT_F_START 28
48 #define VIRTIO_TRANSPORT_F_END 32
52 #define VIRTIO_F_NOTIFY_ON_EMPTY 24