signal.h 361 B

123456789101112131415161718
  1. #ifndef _ASM_C6X_SIGNAL_H
  2. #define _ASM_C6X_SIGNAL_H
  3. #include <asm-generic/signal.h>
  4. #ifndef __ASSEMBLY__
  5. #include <linux/linkage.h>
  6. struct pt_regs;
  7. extern asmlinkage int do_rt_sigreturn(struct pt_regs *regs);
  8. extern asmlinkage void do_notify_resume(struct pt_regs *regs,
  9. u32 thread_info_flags,
  10. int syscall);
  11. #endif
  12. #endif /* _ASM_C6X_SIGNAL_H */