Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
14dc124f1b2feebe1883bb8b51545d26eaca99b7
/
.
/
arch
/
frv
/
include
/
asm
/
signal.h
blob: 599500a31025e0f3e6254ec334ca67d3da3a4a56 [
file
] [
log
] [
blame
]
#ifndef
_ASM_SIGNAL_H
#define
_ASM_SIGNAL_H
#include
<uapi/asm/signal.h>
struct
old_sigaction
{
__sighandler_t
sa_handler
;
old_sigset_t
sa_mask
;
unsigned
long
sa_flags
;
__sigrestore_t
sa_restorer
;
};
#endif
/* _ASM_SIGNAL_H */