watchdog: ts4800: release syscon device node in ts4800_wdt_probe()
[sfrench/cifs-2.6.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