aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard/driver.h
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1997-01-11 18:23:20 +0000
committerNate Williams <nate@FreeBSD.org>1997-01-11 18:23:20 +0000
commitcc6da87199731591d9e3330d564870595887e201 (patch)
treef7c60d90f7e55971345c032d841959b4d84a160d /sys/pccard/driver.h
parente4410844b0a9056711b2d665148d4ec06bab44d4 (diff)
Notes
Diffstat (limited to 'sys/pccard/driver.h')
-rw-r--r--sys/pccard/driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pccard/driver.h b/sys/pccard/driver.h
index fab35ecdf546..7b70b14b7d61 100644
--- a/sys/pccard/driver.h
+++ b/sys/pccard/driver.h
@@ -12,8 +12,8 @@ struct pccard_drv;
void pccard_add_driver __P((struct pccard_drv *));
#ifdef _I386_ISA_ISA_DEVICE_H_ /* XXX actually if inthand2_t is declared */
-int pccard_alloc_intr __P((int imask, inthand2_t *hand, int unit,
- int *maskp));
+int pccard_alloc_intr __P((u_int imask, inthand2_t *hand, int unit,
+ u_int *maskp, u_int *pcic_imask));
#endif
void pccard_configure __P((void));
void pccard_remove_driver __P((struct pccard_drv *dp));