diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-06 18:53:17 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-06 18:53:17 +0100 |
commit | 5a138029db4a59025fe25a06f2a688d62d73aec3 (patch) | |
tree | 8b6dba77269c4c408e9ff4f32a984e03a3387afe /sys/src/9/kw/fns.h | |
parent | 75b1ec6716c7fda0c2e8907541bd314ce0cdd2fa (diff) |
move devusb to port
moved devusb to port, shifting the responsibility of how
to enable interrupts to the arch specific hci driver.
Diffstat (limited to 'sys/src/9/kw/fns.h')
-rw-r--r-- | sys/src/9/kw/fns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/kw/fns.h b/sys/src/9/kw/fns.h index 9670bc28c..8fdfb46b4 100644 --- a/sys/src/9/kw/fns.h +++ b/sys/src/9/kw/fns.h @@ -131,6 +131,7 @@ extern void spldone(void); extern int splfhi(void); extern int splflo(void); extern void sysprocsetup(Proc*); +extern int isaconfig(char*, int, ISAConf*); /* only devusb.c */ /* * PCI |