Greg Kroah-Hartman | 6f52b16 | 2017-11-01 15:08:43 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | * S390 version |
| 4 | * |
| 5 | * Derived from "include/asm-i386/siginfo.h" |
| 6 | */ |
| 7 | |
| 8 | #ifndef _S390_SIGINFO_H |
| 9 | #define _S390_SIGINFO_H |
| 10 | |
| 11 | #ifdef __s390x__ |
| 12 | #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) |
| 13 | #endif |
| 14 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | #include <asm-generic/siginfo.h> |
| 16 | |
| 17 | #endif |