X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fpcmcia%2Fcs_types.h;h=c1d1629fcd272a038bc359f81d9fa700eb4d8524;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=7881d40aac8d5ffa9e1b8eead5c04171df38baa0;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/pcmcia/cs_types.h b/include/pcmcia/cs_types.h index 7881d40aa..c1d1629fc 100644 --- a/include/pcmcia/cs_types.h +++ b/include/pcmcia/cs_types.h @@ -34,8 +34,8 @@ typedef u_int event_t; typedef u_char cisdata_t; typedef u_short page_t; -struct client_t; -typedef struct client_t *client_handle_t; +struct pcmcia_device; +typedef struct pcmcia_device *client_handle_t; struct window_t; typedef struct window_t *window_handle_t;