aboutsummaryrefslogtreecommitdiffstats
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 000000000000..589ebfad6aad
--- /dev/null
+++ b/drivers/s390/cio/chsc_sch.h
@@ -0,0 +1,13 @@
1#ifndef _CHSC_SCH_H
2#define _CHSC_SCH_H
3
4struct chsc_request {
5 struct completion completion;
6 struct irb irb;
7};
8
9struct chsc_private {
10 struct chsc_request *request;
11};
12
13#endif