diff options
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r-- | sys/pccard/pcic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 97b5f24..0a0aa57 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -56,6 +56,7 @@ #include <pccard/i82365.h> #include <pccard/card.h> +#include <pccard/driver.h> #include <pccard/slot.h> extern struct kern_devconf kdc_pccard0; @@ -83,9 +84,9 @@ static timeout_t pcic_reset; static void pcic_disable __P((struct slot *)); static void pcic_mapirq __P((struct slot *, int)); static timeout_t pcictimeout; +static int pcic_handle __P((struct lkm_table *lkmtp, int cmd)); static int pcic_memory(struct slot *, int); static int pcic_io(struct slot *, int); - int pcic_probe(); /* * Per-slot data table. |