Go to the documentation of this file.
9 #ifndef _UAPI_ASM_SIGINFO_H
10 #define _UAPI_ASM_SIGINFO_H
13 #define __ARCH_SIGEV_PREAMBLE_SIZE (sizeof(long) + 2*sizeof(int))
14 #undef __ARCH_SI_TRAPNO
16 #define HAVE_ARCH_SIGINFO_T
22 #define HAVE_ARCH_COPY_SIGINFO
29 #define __ARCH_SI_PREAMBLE_SIZE (3 * sizeof(int))
32 #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
35 #include <asm-generic/siginfo.h>
88 #ifdef __ARCH_SI_TRAPNO
109 #define SI_ASYNCIO -2
110 #define SI_TIMER __SI_CODE(__SI_TIMER, -3)
111 #define SI_MESGQ __SI_CODE(__SI_MESGQ, -4)