1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef __ASM_SIGNAL_H 7 #define __ASM_SIGNAL_H 8 #define SA_RESTORER 0x04000000 9 #define MINSIGSTKSZ 5120 10 #define SIGSTKSZ 16384 11 #include <asm-generic/signal.h> 12 #endif 13