diff options
| author | Nate Williams <nate@FreeBSD.org> | 1997-01-11 18:23:20 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1997-01-11 18:23:20 +0000 |
| commit | cc6da87199731591d9e3330d564870595887e201 (patch) | |
| tree | f7c60d90f7e55971345c032d841959b4d84a160d /sys/pccard/driver.h | |
| parent | e4410844b0a9056711b2d665148d4ec06bab44d4 (diff) | |
Notes
Diffstat (limited to 'sys/pccard/driver.h')
| -rw-r--r-- | sys/pccard/driver.h | 4 |
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)); |
