repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
arch
/
x86_64-pc
/
irq.hidd
/
irq.conf
blob
49ee357a329a94967a95fde4459a7fe0b87b9ca6
1
##begin config
2
basename Irq
3
libbasetype struct irqbase
4
version 1.2
5
residentpri 90
6
classptr_field isd.irqclass
7
classid CLID_Hidd_IRQ
8
superclass CLID_Root
9
##end config
10
11
##begin cdefprivate
12
#include "irq.h"
13
##end cdefprivate
14
15
##begin methodlist
16
.interface Hidd_IRQ
17
AddHandler
18
RemHandler
19
CauseIRQ
20
##end methodlist