summaryrefslogtreecommitdiff
path: root/platform/sysroot/usr/include/linux/virtio_fs.h
blob: 2d857e04dc43790b6a187156cd0057f3c2ae7ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * 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