x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
[cris-mirror.git] / arch / s390 / include / uapi / asm / siginfo.h
blob6984820f2f1c303ae3d7f8c8f55ae07398fc77d6
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
3 * S390 version
5 * Derived from "include/asm-i386/siginfo.h"
6 */
8 #ifndef _S390_SIGINFO_H
9 #define _S390_SIGINFO_H
11 #ifdef __s390x__
12 #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
13 #endif
15 #include <asm-generic/siginfo.h>
17 #endif