Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
elfcore-compat.h
Go to the documentation of this file.
1 #ifndef _LINUX_ELFCORE_COMPAT_H
2 #define _LINUX_ELFCORE_COMPAT_H
3 
4 #include <linux/elf.h>
5 #include <linux/elfcore.h>
6 #include <linux/compat.h>
7 
8 /*
9  * Make sure these layouts match the linux/elfcore.h native definitions.
10  */
11 
13 {
17 };
18 
20 {
22  short pr_cursig;
34 #ifdef CONFIG_BINFMT_ELF_FDPIC
35  compat_ulong_t pr_exec_fdpic_loadmap;
36  compat_ulong_t pr_interp_fdpic_loadmap;
37 #endif
39 };
40 
42 {
43  char pr_state;
44  char pr_sname;
45  char pr_zomb;
46  char pr_nice;
51  char pr_fname[16];
53 };
54 
55 #endif /* _LINUX_ELFCORE_COMPAT_H */