]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/pcmcia/ss.h
pcmcia: deprecate CS_BAD_VCC and CS_BAD_VPP
[linux-2.6-omap-h63xx.git] / include / pcmcia / ss.h
index ed919dd9bb5c29debac61ce496baa06ae6408c4f..e34bef0fc74f4393dcbb9e0056400fc377a395f2 100644 (file)
@@ -199,8 +199,8 @@ struct pcmcia_socket {
        io_window_t                     io[MAX_IO_WIN];
        window_t                        win[MAX_WIN];
        struct list_head                cis_cache;
-       u_int                           fake_cis_len;
-       char                            *fake_cis;
+       size_t                          fake_cis_len;
+       u8                              *fake_cis;
 
        struct list_head                socket_list;
        struct completion               socket_released;