Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel...
[linux-btrfs-devel.git] / drivers / s390 / cio / chsc_sch.h
blob589ebfad6aadae84b3529e7847db1ae39d79cef4
1 #ifndef _CHSC_SCH_H
2 #define _CHSC_SCH_H
4 struct chsc_request {
5 struct completion completion;
6 struct irb irb;
7 };
9 struct chsc_private {
10 struct chsc_request *request;
13 #endif