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 0000000..d09a1e6 --- /dev/null +++ b/include/asm-x86/siginfo_64.h @@ -0,0 +1,8 @@ +#ifndef _X8664_SIGINFO_H +#define _X8664_SIGINFO_H + +#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) + +#include <asm-generic/siginfo.h> + +#endif |