2008-10-23 05:26:29 +00:00
|
|
|
#ifndef _ASM_X86_SIGINFO_H
|
|
|
|
#define _ASM_X86_SIGINFO_H
|
2007-10-15 21:28:21 +00:00
|
|
|
|
|
|
|
#ifdef __x86_64__
|
|
|
|
# define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <asm-generic/siginfo.h>
|
|
|
|
|
2008-10-23 05:26:29 +00:00
|
|
|
#endif /* _ASM_X86_SIGINFO_H */
|