Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
696f9486d0207d499391004f5bc9bd7c0e6ae82f
/
.
/
include
/
asm-alpha
/
siginfo.h
blob: 86bcab59c52bf02060d8d0a8b2a20be6685be650 [
file
] [
log
] [
blame
]
#ifndef
_ALPHA_SIGINFO_H
#define
_ALPHA_SIGINFO_H
#define
__ARCH_SI_PREAMBLE_SIZE
(
4
*
sizeof
(
int
))
#define
__ARCH_SI_TRAPNO
#define
SIGEV_PAD_SIZE
((
SIGEV_MAX_SIZE
/
sizeof
(
int
))
-
4
)
#include
<asm-generic/siginfo.h>
#endif