aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/vfio_ccw.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/linux/vfio_ccw.h')
-rw-r--r--original/uapi/linux/vfio_ccw.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/original/uapi/linux/vfio_ccw.h b/original/uapi/linux/vfio_ccw.h
index aa04f3a..cbecbf0 100644
--- a/original/uapi/linux/vfio_ccw.h
+++ b/original/uapi/linux/vfio_ccw.h
@@ -34,23 +34,4 @@ struct ccw_cmd_region {
__u32 ret_code;
} __packed;
-/*
- * Used for processing commands that read the subchannel-information block
- * Reading this region triggers a stsch() to hardware
- * Note: this is controlled by a capability
- */
-struct ccw_schib_region {
-#define SCHIB_AREA_SIZE 52
- __u8 schib_area[SCHIB_AREA_SIZE];
-} __packed;
-
-/*
- * Used for returning a Channel Report Word to userspace.
- * Note: this is controlled by a capability
- */
-struct ccw_crw_region {
- __u32 crw;
- __u32 pad;
-} __packed;
-
#endif