hw/i386: Remove the deprecated pc-1.x machine types
[qemu/ar7.git] / include / standard-headers / linux / virtio_fs.h
bloba32fe8a64c76ccdef5c1057e39c89e5479d29e96
1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
3 #ifndef _LINUX_VIRTIO_FS_H
4 #define _LINUX_VIRTIO_FS_H
6 #include "standard-headers/linux/types.h"
7 #include "standard-headers/linux/virtio_ids.h"
8 #include "standard-headers/linux/virtio_config.h"
9 #include "standard-headers/linux/virtio_types.h"
11 struct virtio_fs_config {
12 /* Filesystem name (UTF-8, not NUL-terminated, padded with NULs) */
13 uint8_t tag[36];
15 /* Number of request queues */
16 uint32_t num_request_queues;
17 } QEMU_PACKED;
19 /* For the id field in virtio_pci_shm_cap */
20 #define VIRTIO_FS_SHMCAP_ID_CACHE 0
22 #endif /* _LINUX_VIRTIO_FS_H */