This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / pcmcia / ss.h
index 1958cda..7883d79 100644 (file)
@@ -135,6 +135,13 @@ struct pccard_operations {
  */
 struct pcmcia_socket;
 
+typedef struct erase_busy_t {
+       eraseq_entry_t          *erase;
+       client_handle_t         client;
+       struct timer_list       timeout;
+       struct erase_busy_t     *prev, *next;
+} erase_busy_t;
+
 typedef struct io_window_t {
        u_int                   Attributes;
        ioaddr_t                BasePort, NumPorts;
@@ -178,6 +185,7 @@ struct pcmcia_socket {
        io_window_t                     io[MAX_IO_WIN];
        window_t                        win[MAX_WIN];
        struct region_t                 *c_region, *a_region;
+       erase_busy_t                    erase_busy;
        struct list_head                cis_cache;
        u_int                           fake_cis_len;
        char                            *fake_cis;