Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Christopher Ferris | 9584fa4 | 2019-12-09 15:36:13 -0800 | [diff] [blame] | 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]; |
Christopher Ferris | 25c18d4 | 2020-10-14 17:42:58 -0700 | [diff] [blame] | 15 | __le32 num_request_queues; |
Christopher Ferris | 9584fa4 | 2019-12-09 15:36:13 -0800 | [diff] [blame] | 16 | } __attribute__((packed)); |
Christopher Ferris | 32ff3f8 | 2020-12-14 13:10:04 -0800 | [diff] [blame] | 17 | #define VIRTIO_FS_SHMCAP_ID_CACHE 0 |
Elliott Hughes | 8cb52b0 | 2013-11-21 13:43:23 -0800 | [diff] [blame] | 18 | #endif |