Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-s390 / siginfo.h
blob72303537b732f6956d340d724283c2357538a226
1 /*
2 * include/asm-s390/siginfo.h
4 * S390 version
6 * Derived from "include/asm-i386/siginfo.h"
7 */
9 #ifndef _S390_SIGINFO_H
10 #define _S390_SIGINFO_H
12 #ifdef __s390x__
13 #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
14 #endif
16 #ifdef CONFIG_ARCH_S390X
17 #define SIGEV_PAD_SIZE ((SIGEV_MAX_SIZE/sizeof(int)) - 4)
18 #else
19 #define SIGEV_PAD_SIZE ((SIGEV_MAX_SIZE/sizeof(int)) - 3)
20 #endif
22 #include <asm-generic/siginfo.h>
24 #endif