This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / pcmcia / cs_types.h
index 3a4aec0..abc3289 100644 (file)
@@ -56,6 +56,9 @@ typedef struct window_t *window_handle_t;
 struct region_t;
 typedef struct region_t *memory_handle_t;
 
+struct eraseq_t;
+typedef struct eraseq_t *eraseq_handle_t;
+
 #ifndef DEV_NAME_LEN
 #define DEV_NAME_LEN 32
 #endif