blob: a477bea0c2a12d6dd81e356470d467fb77c7ee4e [file] [log] [blame]
Thomas Gleixnerf16ee282007-10-15 23:28:21 +02001#ifndef _ASM_X86_SIGINFO_H
2#define _ASM_X86_SIGINFO_H
3
4#ifdef __x86_64__
5# define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
6#endif
7
8#include <asm-generic/siginfo.h>
9
Thomas Gleixner96a388d2007-10-11 11:20:03 +020010#endif