1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _LINUX_VIRTIO_9P_H 7 #define _LINUX_VIRTIO_9P_H 8 #include <linux/types.h> 9 #include <linux/virtio_ids.h> 10 #include <linux/virtio_config.h> 11 #define VIRTIO_9P_MOUNT_TAG 0 12 struct virtio_9p_config { 13 14 __u16 tag_len; 15 16 __u8 tag[0]; 17 } __attribute__((packed)); 18 #endif 19