mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
10 lines
186 B
C
10 lines
186 B
C
#ifndef _UAPI_LINUX_SIGNAL_H
|
|
#define _UAPI_LINUX_SIGNAL_H
|
|
|
|
#include <asm/signal.h>
|
|
#include <asm/siginfo.h>
|
|
|
|
#define SS_ONSTACK 1
|
|
#define SS_DISABLE 2
|
|
|
|
#endif /* _UAPI_LINUX_SIGNAL_H */
|