diff options
Diffstat (limited to 'include/pcmcia')
-rw-r--r-- | include/pcmcia/ds.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index aab3c13dc310..52ebe75664e8 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
@@ -95,6 +95,9 @@ struct pcmcia_device { | |||
95 | config_req_t conf; | 95 | config_req_t conf; |
96 | window_handle_t win; | 96 | window_handle_t win; |
97 | 97 | ||
98 | /* device setup */ | ||
99 | unsigned int irq_v; /* do not use directly yet */ | ||
100 | |||
98 | /* Is the device suspended? */ | 101 | /* Is the device suspended? */ |
99 | u16 suspended:1; | 102 | u16 suspended:1; |
100 | 103 | ||