xref: /aosp_15_r20/bionic/libc/kernel/uapi/linux/virtio_9p.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
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  */
7 #ifndef _LINUX_VIRTIO_9P_H
8 #define _LINUX_VIRTIO_9P_H
9 #include <linux/virtio_types.h>
10 #include <linux/virtio_ids.h>
11 #include <linux/virtio_config.h>
12 #define VIRTIO_9P_MOUNT_TAG 0
13 struct virtio_9p_config {
14   __virtio16 tag_len;
15   __u8 tag[];
16 } __attribute__((packed));
17 #endif
18