home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-parisc / siginfo.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  299 b   |  15 lines

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