- more 2.6.17 port work (still does not build)
[linux-flexiantxendom0-3.2.10.git] / include / asm-s390 / kerntypes.h
1 /*
2  * asm-s390/kerntypes.h
3  *
4  * Arch-dependent header file that includes headers for all arch-specific
5  * types of interest.
6  * The kernel type information is used by the lcrash utility when
7  * analyzing system crash dumps or the live system. Using the type
8  * information for the running system, rather than kernel header files,
9  * makes for a more flexible and robust analysis tool.
10  *
11  * This source code is released under the GNU GPL.
12  */
13
14 /* S/390 specific header files */
15 #ifndef _S390_KERNTYPES_H
16 #define _S390_KERNTYPES_H
17
18 #include <asm/lowcore.h>
19 #include <asm/debug.h>
20 #include <asm/ccwdev.h>
21 #include <asm/ccwgroup.h>
22 #include <asm/qdio.h>
23
24 /* channel subsystem driver */
25 #include "../../drivers/s390/cio/cio.h"
26 #include "../../drivers/s390/cio/chsc.h"
27 #include "../../drivers/s390/cio/css.h"
28 #include "../../drivers/s390/cio/device.h"
29 #include "../../drivers/s390/cio/qdio.h"
30
31 /* dasd device driver */
32 #include "../../drivers/s390/block/dasd_int.h"
33 #include "../../drivers/s390/block/dasd_diag.h"
34 #include "../../drivers/s390/block/dasd_eckd.h"
35 #include "../../drivers/s390/block/dasd_fba.h"
36
37 /* networking drivers */
38 #include "../../drivers/s390/net/fsm.h"
39 #include "../../drivers/s390/net/iucv.h"
40 #include "../../drivers/s390/net/lcs.h"
41
42 /* zfcp device driver */
43 #include "../../drivers/s390/scsi/zfcp_def.h"
44 #include "../../drivers/s390/scsi/zfcp_fsf.h"
45
46 #endif /* _S390_KERNTYPES_H */