Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
head.h
Go to the documentation of this file.
1 /*
2  * Image header stuff
3  */
4 #ifndef _HEAD_H
5 #define _HEAD_H
6 
7 #define LASAT_K_MAGIC0_VAL 0xfedeabba
8 #define LASAT_K_MAGIC1_VAL 0x00bedead
9 
10 #ifndef _LANGUAGE_ASSEMBLY
11 #include <linux/types.h>
13  u32 magic[2];
19 };
20 #endif
21 
22 #endif /* _HEAD_H */