repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
arc
/
include
/
trap.h
blob
70dd0c026b897fd8761fce4e2e3afa9c692ac07c
1
/* $NetBSD: trap.h,v 1.4.30.1 2005/01/24 08:33:58 skrll Exp $ */
2
/* $OpenBSD: trap.h,v 1.1.1.1 1996/06/24 09:07:18 pefo Exp $ */
3
4
#include <mips/trap.h>
5
6
#ifdef _KERNEL
7
extern
int
arc_hardware_intr
(
unsigned
mask
,
unsigned
pc
,
8
unsigned
statusReg
,
unsigned
causeReg
);
9
#endif
/* _KERNEL */