blob: 2d857e04dc43790b6a187156cd0057f3c2ae7ad3 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Ferris9584fa42019-12-09 15:36:13 -08007#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>
13struct virtio_fs_config {
14 __u8 tag[36];
Christopher Ferris25c18d42020-10-14 17:42:58 -070015 __le32 num_request_queues;
Christopher Ferris9584fa42019-12-09 15:36:13 -080016} __attribute__((packed));
Christopher Ferris32ff3f82020-12-14 13:10:04 -080017#define VIRTIO_FS_SHMCAP_ID_CACHE 0
Elliott Hughes8cb52b02013-11-21 13:43:23 -080018#endif