aboutsummaryrefslogtreecommitdiffstats
path: root/include/pcmcia/ds.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pcmcia/ds.h')
-rw-r--r--include/pcmcia/ds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h
index 8e2a96396478..ac11fb1e8d69 100644
--- a/include/pcmcia/ds.h
+++ b/include/pcmcia/ds.h
@@ -131,6 +131,7 @@ typedef struct dev_link_t {
131 131
132 132
133struct pcmcia_socket; 133struct pcmcia_socket;
134struct config_t;
134 135
135struct pcmcia_driver { 136struct pcmcia_driver {
136 int (*probe) (struct pcmcia_device *dev); 137 int (*probe) (struct pcmcia_device *dev);
@@ -160,6 +161,7 @@ struct pcmcia_device {
160 /* the hardware "function" device; certain subdevices can 161 /* the hardware "function" device; certain subdevices can
161 * share one hardware "function" device. */ 162 * share one hardware "function" device. */
162 u8 func; 163 u8 func;
164 struct config_t* function_config;
163 165
164 struct list_head socket_device_list; 166 struct list_head socket_device_list;
165 167