blob: 48abcff8b17e6b768fc0619aa514a7238baf11a3 [file] [log] [blame]
Ben Cheng655a7c02013-10-16 16:09:24 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _LINUX_VIRTIO_BLK_H
20#define _LINUX_VIRTIO_BLK_H
21#include <linux/types.h>
22#include <linux/virtio_ids.h>
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24#include <linux/virtio_config.h>
Christopher Ferris05d08e92016-02-04 13:16:38 -080025#include <linux/virtio_types.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070026#define VIRTIO_BLK_F_SIZE_MAX 1
27#define VIRTIO_BLK_F_SEG_MAX 2
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29#define VIRTIO_BLK_F_GEOMETRY 4
30#define VIRTIO_BLK_F_RO 5
31#define VIRTIO_BLK_F_BLK_SIZE 6
Christopher Ferris05d08e92016-02-04 13:16:38 -080032#define VIRTIO_BLK_F_TOPOLOGY 10
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34#define VIRTIO_BLK_F_MQ 12
35#ifndef VIRTIO_BLK_NO_LEGACY
36#define VIRTIO_BLK_F_BARRIER 0
Ben Cheng655a7c02013-10-16 16:09:24 -070037#define VIRTIO_BLK_F_SCSI 7
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris106b3a82016-08-24 12:15:38 -070039#define VIRTIO_BLK_F_FLUSH 9
Ben Cheng655a7c02013-10-16 16:09:24 -070040#define VIRTIO_BLK_F_CONFIG_WCE 11
Christopher Ferris106b3a82016-08-24 12:15:38 -070041#define VIRTIO_BLK_F_WCE VIRTIO_BLK_F_FLUSH
Christopher Ferris05d08e92016-02-04 13:16:38 -080042#endif
43/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070044#define VIRTIO_BLK_ID_BYTES 20
45struct virtio_blk_config {
Tao Baod7db5942015-01-28 10:07:51 -080046 __u64 capacity;
Tao Baod7db5942015-01-28 10:07:51 -080047 __u32 size_max;
Christopher Ferris05d08e92016-02-04 13:16:38 -080048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080049 __u32 seg_max;
50 struct virtio_blk_geometry {
51 __u16 cylinders;
Tao Baod7db5942015-01-28 10:07:51 -080052 __u8 heads;
Christopher Ferris05d08e92016-02-04 13:16:38 -080053/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080054 __u8 sectors;
55 } geometry;
56 __u32 blk_size;
Tao Baod7db5942015-01-28 10:07:51 -080057 __u8 physical_block_exp;
Christopher Ferris05d08e92016-02-04 13:16:38 -080058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080059 __u8 alignment_offset;
60 __u16 min_io_size;
61 __u32 opt_io_size;
Tao Baod7db5942015-01-28 10:07:51 -080062 __u8 wce;
Christopher Ferris05d08e92016-02-04 13:16:38 -080063/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080064 __u8 unused;
65 __u16 num_queues;
Ben Cheng655a7c02013-10-16 16:09:24 -070066} __attribute__((packed));
67#define VIRTIO_BLK_T_IN 0
Christopher Ferris05d08e92016-02-04 13:16:38 -080068/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070069#define VIRTIO_BLK_T_OUT 1
Christopher Ferris05d08e92016-02-04 13:16:38 -080070#ifndef VIRTIO_BLK_NO_LEGACY
Ben Cheng655a7c02013-10-16 16:09:24 -070071#define VIRTIO_BLK_T_SCSI_CMD 2
Christopher Ferris05d08e92016-02-04 13:16:38 -080072#endif
73/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070074#define VIRTIO_BLK_T_FLUSH 4
75#define VIRTIO_BLK_T_GET_ID 8
Christopher Ferris05d08e92016-02-04 13:16:38 -080076#ifndef VIRTIO_BLK_NO_LEGACY
Ben Cheng655a7c02013-10-16 16:09:24 -070077#define VIRTIO_BLK_T_BARRIER 0x80000000
Christopher Ferris82d75042015-01-26 10:57:07 -080078/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080079#endif
80struct virtio_blk_outhdr {
81 __virtio32 type;
82 __virtio32 ioprio;
83/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
84 __virtio64 sector;
Ben Cheng655a7c02013-10-16 16:09:24 -070085};
Christopher Ferris05d08e92016-02-04 13:16:38 -080086#ifndef VIRTIO_BLK_NO_LEGACY
Ben Cheng655a7c02013-10-16 16:09:24 -070087struct virtio_scsi_inhdr {
Christopher Ferris82d75042015-01-26 10:57:07 -080088/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080089 __virtio32 errors;
90 __virtio32 data_len;
91 __virtio32 sense_len;
92 __virtio32 residual;
Christopher Ferris82d75042015-01-26 10:57:07 -080093/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070094};
Christopher Ferris05d08e92016-02-04 13:16:38 -080095#endif
Ben Cheng655a7c02013-10-16 16:09:24 -070096#define VIRTIO_BLK_S_OK 0
97#define VIRTIO_BLK_S_IOERR 1
Christopher Ferris82d75042015-01-26 10:57:07 -080098/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080099#define VIRTIO_BLK_S_UNSUPP 2
Ben Cheng655a7c02013-10-16 16:09:24 -0700100#endif