Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | * S390 version |
3 | * | ||||
4 | * Derived from "include/asm-i386/siginfo.h" | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef _S390_SIGINFO_H | ||||
8 | #define _S390_SIGINFO_H | ||||
9 | |||||
10 | #ifdef __s390x__ | ||||
11 | #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) | ||||
12 | #endif | ||||
13 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #include <asm-generic/siginfo.h> |
15 | |||||
16 | #endif |