siginfo.h 299 B

1234567891011121314
  1. #ifndef _PARISC_SIGINFO_H
  2. #define _PARISC_SIGINFO_H
  3. #include <asm-generic/siginfo.h>
  4. /*
  5. * SIGTRAP si_codes
  6. */
  7. #define TRAP_BRANCH (__SI_FAULT|3) /* process taken branch trap */
  8. #define TRAP_HWBKPT (__SI_FAULT|4) /* hardware breakpoint or watchpoint */
  9. #undef NSIGTRAP
  10. #define NSIGTRAP 4
  11. #endif