Commit | Line | Data |
---|---|---|
6103ec56 AB |
1 | #ifndef __ASM_GENERIC_SIGNAL_H |
2 | #define __ASM_GENERIC_SIGNAL_H | |
3 | ||
8a1ab315 | 4 | #include <uapi/asm-generic/signal.h> |
6103ec56 AB |
5 | |
6 | #ifndef __ASSEMBLY__ | |
6103ec56 | 7 | #ifdef SA_RESTORER |
6103ec56 | 8 | #endif |
6103ec56 AB |
9 | |
10 | #include <asm/sigcontext.h> | |
11 | #undef __HAVE_ARCH_SIG_BITOPS | |
12 | ||
6103ec56 | 13 | #endif /* __ASSEMBLY__ */ |
6103ec56 | 14 | #endif /* _ASM_GENERIC_SIGNAL_H */ |