162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef _UAPI_LINUX_SIGNAL_H 362306a36Sopenharmony_ci#define _UAPI_LINUX_SIGNAL_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include <asm/signal.h> 662306a36Sopenharmony_ci#include <asm/siginfo.h> 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#define SS_ONSTACK 1 962306a36Sopenharmony_ci#define SS_DISABLE 2 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci/* bit-flags */ 1262306a36Sopenharmony_ci#define SS_AUTODISARM (1U << 31) /* disable sas during sighandling */ 1362306a36Sopenharmony_ci/* mask for all SS_xxx flags */ 1462306a36Sopenharmony_ci#define SS_FLAG_BITS SS_AUTODISARM 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#endif /* _UAPI_LINUX_SIGNAL_H */ 17