]> Git Repo - J-linux.git/blob - arch/sparc/include/uapi/asm/siginfo.h
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / arch / sparc / include / uapi / asm / siginfo.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI__SPARC_SIGINFO_H
3 #define _UAPI__SPARC_SIGINFO_H
4
5 #if defined(__sparc__) && defined(__arch64__)
6
7 #define __ARCH_SI_BAND_T int
8
9 #endif /* defined(__sparc__) && defined(__arch64__) */
10
11 #include <asm-generic/siginfo.h>
12
13
14 #define SI_NOINFO       32767           /* no information in siginfo_t */
15
16 #endif /* _UAPI__SPARC_SIGINFO_H */
This page took 0.027029 seconds and 4 git commands to generate.