Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[deliverable/linux.git] / drivers / s390 / cio / chsc_sch.h
1 #ifndef _CHSC_SCH_H
2 #define _CHSC_SCH_H
3
4 struct chsc_request {
5 struct completion completion;
6 struct irb irb;
7 };
8
9 struct chsc_private {
10 struct chsc_request *request;
11 };
12
13 #endif
This page took 0.038082 seconds and 5 git commands to generate.