From 2c93c06cf90a23d4251f12eab7a11828bab3690b Mon Sep 17 00:00:00 2001 From: nate Date: Wed, 8 Jan 1997 00:22:58 +0000 Subject: - Added PCIC resume function - Cleaned up VLSI-PCIC work-around code Submitted by: nate & the Nomads --- sys/pccard/slot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/pccard/slot.h') 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 */ -- cgit v1.1