- more 2.6.17 port work (still does not build)
[linux-flexiantxendom0-3.2.10.git] / include / asm-mips64 / kerntypes.h
1 /*
2  * asm-mips64/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 /* MIPS64-specific header files */
15 #ifndef _MIPS64_KERNTYPES_H
16 #define _MIPS64_KERNTYPES_H
17
18 /* Use the default */
19 #include <asm-generic/kerntypes.h>
20
21 #endif /* _MIPS64_KERNTYPES_H */