blob: fc1aa553564604c405569eea428d3a10398bcc55 [file] [log] [blame]
H. Peter Anvin1965aae2008-10-22 22:26:29 -07001#ifndef _ASM_X86_SIGINFO_H
2#define _ASM_X86_SIGINFO_H
Thomas Gleixnerf16ee282007-10-15 23:28:21 +02003
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 Anvin1965aae2008-10-22 22:26:29 -070010#endif /* _ASM_X86_SIGINFO_H */