| Vegard Nossum | 77ef50a | 2008-06-18 17:08:48 +0200 | [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 | |||||
| Vegard Nossum | 77ef50a | 2008-06-18 17:08:48 +0200 | [diff] [blame] | 10 | #endif /* ASM_X86__SIGINFO_H */ |