Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
chsc_sch.h
Go to the documentation of this file.
1 #ifndef _CHSC_SCH_H
2 #define _CHSC_SCH_H
3 
4 struct chsc_request {
6  struct irb irb;
7 };
8 
9 struct chsc_private {
11 };
12 
13 #endif