H. Peter Anvin | 1965aae | 2008-10-22 22:26:29 -0700 | [diff] [blame] | 1 | #ifndef _ASM_X86_SIGINFO_H |
2 | #define _ASM_X86_SIGINFO_H | ||||
Thomas Gleixner | f16ee28 | 2007-10-15 23:28:21 +0200 | [diff] [blame] | 3 | |
4 | #ifdef __x86_64__ | ||||
5 | # define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) | ||||
6 | #endif | ||||
7 | |||||
8 | #include <asm-generic/siginfo.h> | ||||
9 | |||||
H. Peter Anvin | 1965aae | 2008-10-22 22:26:29 -0700 | [diff] [blame] | 10 | #endif /* _ASM_X86_SIGINFO_H */ |