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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index af19e5e..e0f5fa3 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -52,6 +52,8 @@ struct slot_ctrl {
/* ioctl to lower level */
void (*mapirq) __P((struct slot *, int));
/* Map interrupt number */
+ void (*resume) __P((struct slot *));
+ /* suspend/resume support */
int extra; /* Controller specific size */
int maxmem; /* Number of allowed memory windows */
int maxio; /* Number of allowed I/O windows */
OpenPOWER on IntegriCloud