repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: fix a null dereference on out-of-memory
[minix.git]
/
lib
/
libddekit
/
src
/
irq.h
blob
be27a3302724efdc280db1b74bb7ffd74bd95b58
1
#ifndef DDEKIT_IRQ_MINIX_H
2
#define DDEKIT_IRQ_MINIX_H 1
3
void
ddekit_init_irqs
(
void
);
4
void
_ddekit_interrupt_trigger
(
int
irq_hook
);
5
#endif