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_FS_H 8 #define _UAPI_LINUX_VIRTIO_FS_H 9 #include <linux/types.h> 10 #include <linux/virtio_ids.h> 11 #include <linux/virtio_config.h> 12 #include <linux/virtio_types.h> 13 struct virtio_fs_config { 14 __u8 tag[36]; 15 __le32 num_request_queues; 16 } __attribute__((packed)); 17 #define VIRTIO_FS_SHMCAP_ID_CACHE 0 18 #endif 19