Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / asm-s390 / siginfo.h
blobe0ff1ab054beaf3ac61212a576818446855e9d83
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 #include <asm-generic/siginfo.h>
18 #endif