aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/cio/chsc_sch.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/cio/chsc_sch.h')
-rw-r--r--drivers/s390/cio/chsc_sch.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/s390/cio/chsc_sch.h b/drivers/s390/cio/chsc_sch.h
new file mode 100644
index 00000000000..589ebfad6aa
--- /dev/null
+++ b/drivers/s390/cio/chsc_sch.h
@@ -0,0 +1,13 @@
+#ifndef _CHSC_SCH_H
+#define _CHSC_SCH_H
+
+struct chsc_request {
+ struct completion completion;
+ struct irb irb;
+};
+
+struct chsc_private {
+ struct chsc_request *request;
+};
+
+#endif