repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] USB: pl2303: adds new IDs.
[linux-2.6/mini2440.git]
/
include
/
asm-parisc
/
siginfo.h
blob
d4909f55fe35d041a64736ee7b42da548cac56af
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