Sign in
android-kvm
/
linux
/
652a12ef98d16ccd1ee5cdf2c832ce5411ed3262
/
.
/
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