|
@@ -23,7 +23,8 @@
|
|
|
|
|
|
#include <asm-generic/signal.h>
|
|
#include <asm-generic/signal.h>
|
|
|
|
|
|
-#if defined(__KERNEL__) && !defined(__ASSEMBLY__)
|
|
|
|
|
|
+#if defined(__KERNEL__)
|
|
|
|
+#if !defined(__ASSEMBLY__)
|
|
struct pt_regs;
|
|
struct pt_regs;
|
|
int restore_sigcontext(struct pt_regs *, struct sigcontext __user *);
|
|
int restore_sigcontext(struct pt_regs *, struct sigcontext __user *);
|
|
int setup_sigcontext(struct sigcontext __user *, struct pt_regs *);
|
|
int setup_sigcontext(struct sigcontext __user *, struct pt_regs *);
|
|
@@ -33,5 +34,6 @@ void signal_fault(const char *type, struct pt_regs *,
|
|
void trace_unhandled_signal(const char *type, struct pt_regs *regs,
|
|
void trace_unhandled_signal(const char *type, struct pt_regs *regs,
|
|
unsigned long address, int signo);
|
|
unsigned long address, int signo);
|
|
#endif
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
|
|
#endif /* _ASM_TILE_SIGNAL_H */
|
|
#endif /* _ASM_TILE_SIGNAL_H */
|