Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / asm-generic / signal.h
CommitLineData
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
13#define ptrace_signal_deliver(regs, cookie) do { } while (0)
14
6103ec56 15#endif /* __ASSEMBLY__ */
6103ec56 16#endif /* _ASM_GENERIC_SIGNAL_H */