blob: 2d857e04dc43790b6a187156cd0057f3c2ae7ad3 [file] [log] [blame]
/*
* This file is auto-generated. Modifications will be lost.
*
* See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
* for more information.
*/
#ifndef _UAPI_LINUX_VIRTIO_FS_H
#define _UAPI_LINUX_VIRTIO_FS_H
#include <linux/types.h>
#include <linux/virtio_ids.h>
#include <linux/virtio_config.h>
#include <linux/virtio_types.h>
struct virtio_fs_config {
__u8 tag[36];
__le32 num_request_queues;
} __attribute__((packed));
#define VIRTIO_FS_SHMCAP_ID_CACHE 0
#endif