18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci#ifndef _UAPI__SPARC_SIGINFO_H 38c2ecf20Sopenharmony_ci#define _UAPI__SPARC_SIGINFO_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#if defined(__sparc__) && defined(__arch64__) 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#define __ARCH_SI_BAND_T int 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#endif /* defined(__sparc__) && defined(__arch64__) */ 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#define __ARCH_SI_TRAPNO 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#include <asm-generic/siginfo.h> 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#define SI_NOINFO 32767 /* no information in siginfo_t */ 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif /* _UAPI__SPARC_SIGINFO_H */ 20