1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef _UAPI_LINUX_VIRTIO_TYPES_H 8 #define _UAPI_LINUX_VIRTIO_TYPES_H 9 #include <linux/types.h> 10 typedef __u16 __bitwise __virtio16; 11 typedef __u32 __bitwise __virtio32; 12 typedef __u64 __bitwise __virtio64; 13 #endif 14