]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/s390/include/uapi/asm/siginfo.h
License cleanup: add SPDX license identifier to uapi header files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / s390 / include / uapi / asm / siginfo.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
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
15 #include <asm-generic/siginfo.h>
16
17 #endif