1
0
Fork 0

Hexagon: fix signal.c compile error

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
hifive-unleashed-5.1
Richard Kuo 2013-02-19 19:25:48 -06:00
parent 0d3ab450a7
commit f3f601c1d2
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#ifndef _ASM_SIGNAL_H
#define _ASM_SIGNAL_H
#include <uapi/asm/registers.h>
extern unsigned long __rt_sigtramp_template[2];
void do_signal(struct pt_regs *regs);