diff options
Diffstat (limited to 'arch/hexagon/include/uapi/asm/signal.h')
-rw-r--r-- | arch/hexagon/include/uapi/asm/signal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/hexagon/include/uapi/asm/signal.h b/arch/hexagon/include/uapi/asm/signal.h index 939556817d34..98106e55ad4f 100644 --- a/arch/hexagon/include/uapi/asm/signal.h +++ b/arch/hexagon/include/uapi/asm/signal.h | |||
@@ -19,8 +19,12 @@ | |||
19 | #ifndef _ASM_SIGNAL_H | 19 | #ifndef _ASM_SIGNAL_H |
20 | #define _ASM_SIGNAL_H | 20 | #define _ASM_SIGNAL_H |
21 | 21 | ||
22 | #include <uapi/asm/registers.h> | ||
23 | |||
22 | extern unsigned long __rt_sigtramp_template[2]; | 24 | extern unsigned long __rt_sigtramp_template[2]; |
23 | 25 | ||
26 | void do_signal(struct pt_regs *regs); | ||
27 | |||
24 | #include <asm-generic/signal.h> | 28 | #include <asm-generic/signal.h> |
25 | 29 | ||
26 | #endif | 30 | #endif |