]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/pcmcia/ss.h
[MIPS] Show actual CPU information in /proc/cpuinfo
[linux-2.6-omap-h63xx.git] / include / pcmcia / ss.h
index d0a15125f241cbd2780c0905887853d7954d4f85..ede639812f8a534a66925ff804c26dc0c601effd 100644 (file)
@@ -15,7 +15,6 @@
 #ifndef _LINUX_SS_H
 #define _LINUX_SS_H
 
-#include <linux/config.h>
 #include <linux/device.h>
 #include <linux/sched.h>       /* task_struct, completion */
 #include <linux/mutex.h>
@@ -147,6 +146,9 @@ extern struct pccard_resource_ops pccard_static_ops;
 /* !SS_CAP_STATIC_MAP */
 extern struct pccard_resource_ops pccard_nonstatic_ops;
 
+/* static mem, dynamic IO sockets */
+extern struct pccard_resource_ops pccard_iodyn_ops;
+
 /*
  *  Calls to set up low-level "Socket Services" drivers
  */
@@ -161,7 +163,7 @@ typedef struct io_window_t {
 typedef struct window_t {
        u_short                 magic;
        u_short                 index;
-       client_handle_t         handle;
+       struct pcmcia_device    *handle;
        struct pcmcia_socket    *sock;
        pccard_mem_map          ctl;
 } window_t;