summaryrefslogtreecommitdiffstats
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.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/s390/cio/chsc_sch.h b/drivers/s390/cio/chsc_sch.h
new file mode 100644
index 000000000..ff5328b0b
--- /dev/null
+++ b/drivers/s390/cio/chsc_sch.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#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