xref: /linux/arch/sparc/include/uapi/asm/siginfo.h (revision 762f99f4f3cb41a775b5157dd761217beba65873)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
254579826SDavid Howells #ifndef _UAPI__SPARC_SIGINFO_H
354579826SDavid Howells #define _UAPI__SPARC_SIGINFO_H
454579826SDavid Howells 
554579826SDavid Howells #if defined(__sparc__) && defined(__arch64__)
654579826SDavid Howells 
754579826SDavid Howells #define __ARCH_SI_BAND_T int
854579826SDavid Howells 
954579826SDavid Howells #endif /* defined(__sparc__) && defined(__arch64__) */
1054579826SDavid Howells 
1154579826SDavid Howells #include <asm-generic/siginfo.h>
1254579826SDavid Howells 
1354579826SDavid Howells 
1454579826SDavid Howells #define SI_NOINFO	32767		/* no information in siginfo_t */
1554579826SDavid Howells 
1654579826SDavid Howells #endif /* _UAPI__SPARC_SIGINFO_H */
17