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