aboutsummaryrefslogtreecommitdiffstats
path: root/include/pcmcia/ss.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pcmcia/ss.h')
-rw-r--r--include/pcmcia/ss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h
index d0a15125f241..35e469dea6ec 100644
--- a/include/pcmcia/ss.h
+++ b/include/pcmcia/ss.h
@@ -161,7 +161,7 @@ typedef struct io_window_t {
161typedef struct window_t { 161typedef struct window_t {
162 u_short magic; 162 u_short magic;
163 u_short index; 163 u_short index;
164 client_handle_t handle; 164 struct pcmcia_device *handle;
165 struct pcmcia_socket *sock; 165 struct pcmcia_socket *sock;
166 pccard_mem_map ctl; 166 pccard_mem_map ctl;
167} window_t; 167} window_t;