Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
9850488201f0b0bcbded1eca53750d2fd6accfbb
/
.
/
lib
/
libdss-include
/
linux
/
signal.h
blob: 94dc2e60362c418e710ff96278733af191db3ecb [
file
] [
log
] [
blame
]
#ifndef
_LINUX_SIGNAL_H
#define
_LINUX_SIGNAL_H
#include
<asm/signal.h>
#include
<asm/siginfo.h>
#define
SS_ONSTACK
1
#define
SS_DISABLE
2
#endif
/* _LINUX_SIGNAL_H */