diff options
Diffstat (limited to 'include/asm-x86/siginfo_64.h')
-rw-r--r-- | include/asm-x86/siginfo_64.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-x86/siginfo_64.h b/include/asm-x86/siginfo_64.h new file mode 100644 index 000000000000..d09a1e6e7246 --- /dev/null +++ b/include/asm-x86/siginfo_64.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef _X8664_SIGINFO_H | ||
2 | #define _X8664_SIGINFO_H | ||
3 | |||
4 | #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) | ||
5 | |||
6 | #include <asm-generic/siginfo.h> | ||
7 | |||
8 | #endif | ||