projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7a4c270
)
kernel - add missing header commit to interrupt config hooks changes
author
Matthew Dillon <dillon@apollo.backplane.com>
Wed, 30 Sep 2009 19:57:50 +0000 (12:57 -0700)
committer
Matthew Dillon <dillon@apollo.backplane.com>
Wed, 30 Sep 2009 19:58:50 +0000 (12:58 -0700)
sys/sys/kernel.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/sys/kernel.h
b/sys/sys/kernel.h
index
3eb54b5
..
ef9c04f
100644
(file)
--- a/
sys/sys/kernel.h
+++ b/
sys/sys/kernel.h
@@
-404,6
+404,7
@@
struct intr_config_hook {
void *ich_arg;
const char *ich_desc;
int ich_order;
+ int ich_ran;
};
int config_intrhook_establish (struct intr_config_hook *);