diff options
Diffstat (limited to 'arch/s390/include/uapi/asm/siginfo.h')
-rw-r--r-- | arch/s390/include/uapi/asm/siginfo.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/s390/include/uapi/asm/siginfo.h b/arch/s390/include/uapi/asm/siginfo.h new file mode 100644 index 000000000000..91fd3e4b70ce --- /dev/null +++ b/arch/s390/include/uapi/asm/siginfo.h | |||
@@ -0,0 +1,16 @@ | |||
1 | /* | ||
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 | |||
14 | #include <asm-generic/siginfo.h> | ||
15 | |||
16 | #endif | ||