aboutsummaryrefslogtreecommitdiffstats
path: root/include/pcmcia/ds.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pcmcia/ds.h')
-rw-r--r--include/pcmcia/ds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h
index a06bbec386bd..9ff9de9ec3f0 100644
--- a/include/pcmcia/ds.h
+++ b/include/pcmcia/ds.h
@@ -138,6 +138,9 @@ typedef union ds_ioctl_arg_t {
138#define DS_UNBIND_REQUEST _IOW ('d', 63, bind_info_t) 138#define DS_UNBIND_REQUEST _IOW ('d', 63, bind_info_t)
139#define DS_BIND_MTD _IOWR('d', 64, mtd_info_t) 139#define DS_BIND_MTD _IOWR('d', 64, mtd_info_t)
140 140
141/* used in userspace only */
142#define CS_IN_USE 0x1e
143
141#ifdef __KERNEL__ 144#ifdef __KERNEL__
142#include <linux/device.h> 145#include <linux/device.h>
143#include <pcmcia/ss.h> 146#include <pcmcia/ss.h>