summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard/slot.h')
-rw-r--r--sys/pccard/slot.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index 113635a..94c7f6c 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -77,10 +77,9 @@ struct pccard_devinfo;
struct pccard_device {
char *name; /* Driver name */
- int (*enable)(struct pccard_devinfo *, int); /* init/enable driver */
+ int (*enable)(struct pccard_devinfo *); /* init/enable driver */
void (*disable)(struct pccard_devinfo *); /* disable driver */
int (*handler)(struct pccard_devinfo *); /* interrupt handler */
- void (*suspend)(struct pccard_devinfo *); /* Suspend driver */
int attr; /* driver attributes */
unsigned int *imask; /* Interrupt mask ptr */
OpenPOWER on IntegriCloud