aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/cs_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pcmcia/cs_internal.h')
-rw-r--r--drivers/pcmcia/cs_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pcmcia/cs_internal.h b/drivers/pcmcia/cs_internal.h
index 88c96aee0f4..01c32af559b 100644
--- a/drivers/pcmcia/cs_internal.h
+++ b/drivers/pcmcia/cs_internal.h
@@ -16,6 +16,7 @@
16#define _LINUX_CS_INTERNAL_H 16#define _LINUX_CS_INTERNAL_H
17 17
18#include <linux/config.h> 18#include <linux/config.h>
19#include <linux/kref.h>
19 20
20/* Flags in client state */ 21/* Flags in client state */
21#define CLIENT_CONFIG_LOCKED 0x0001 22#define CLIENT_CONFIG_LOCKED 0x0001
@@ -40,6 +41,7 @@ typedef struct region_t {
40 41
41/* Each card function gets one of these guys */ 42/* Each card function gets one of these guys */
42typedef struct config_t { 43typedef struct config_t {
44 struct kref ref;
43 u_int state; 45 u_int state;
44 u_int Attributes; 46 u_int Attributes;
45 u_int IntType; 47 u_int IntType;