Thomas Gleixner | f16ee28 | 2007-10-15 23:28:21 +0200 | [diff] [blame] | 1 | #ifndef _ASM_X86_SIGINFO_H |
2 | #define _ASM_X86_SIGINFO_H | ||||
3 | |||||
4 | #ifdef __x86_64__ | ||||
5 | # define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) | ||||
6 | #endif | ||||
7 | |||||
8 | #include <asm-generic/siginfo.h> | ||||
9 | |||||
Thomas Gleixner | 96a388d | 2007-10-11 11:20:03 +0200 | [diff] [blame] | 10 | #endif |