blob: 519680a521063e80a0b21cee00ac3af297adccf7 [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 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _LINUX_VIRTIO_9P_H
8#define _LINUX_VIRTIO_9P_H
Christopher Ferris25c18d42020-10-14 17:42:58 -07009#include <linux/virtio_types.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070010#include <linux/virtio_ids.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070011#include <linux/virtio_config.h>
12#define VIRTIO_9P_MOUNT_TAG 0
13struct virtio_9p_config {
Christopher Ferris25c18d42020-10-14 17:42:58 -070014 __virtio16 tag_len;
Christopher Ferris7447a1c2022-10-04 18:24:44 -070015 __u8 tag[];
Ben Cheng655a7c02013-10-16 16:09:24 -070016} __attribute__((packed));
17#endif