mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 16:20:51 +07:00
031b656698
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
11 lines
186 B
C
11 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 */
|