More cleaning ...
[linux-2.6/linux-mips.git] / include / asm-parisc / siginfo.h
blobda7dbc4dba9344aa7736565118eca5c1ca0a91c8
1 #ifndef _PARISC_SIGINFO_H
2 #define _PARISC_SIGINFO_H
4 #define HAVE_ARCH_COPY_SIGINFO_TO_USER
6 #include <asm-generic/siginfo.h>
8 /*
9 * SIGTRAP si_codes
11 #define TRAP_BRANCH (__SI_FAULT|3) /* process taken branch trap */
12 #define TRAP_HWBKPT (__SI_FAULT|4) /* hardware breakpoint or watchpoint */
13 #undef NSIGTRAP
14 #define NSIGTRAP 4
16 #endif