repo.or.cz
/
quarnos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
interrupts mechanisms, serial port data receiver
[quarnos.git]
/
arch
/
x86
/
interrupts.h
blob
9f52e5e3f4b4fb384a15c48b3d7fb91bcac6c749
1
#undef pure_c
2
#ifdef __cplusplus
3
#define pure_c extern
"C"
4
#else
5
#define pure_c
6
#endif
7
8
pure_c
void
set_irq
(
int
i
,
void
(*
isr
)());
9
pure_c
void
unlock_irqs
(
int
i
);