aboutsummaryrefslogtreecommitdiffstats
path: root/include/pcmcia/cistpl.h
diff options
context:
space:
mode:
authorDominik Brodowski <linux@dominikbrodowski.net>2008-08-31 16:00:42 +0200
committerDominik Brodowski <linux@dominikbrodowski.net>2008-08-31 16:00:42 +0200
commita45b3fb19ba1e4dfc3fc53563a072612092930a9 (patch)
treeb973d46c7f9002d403bbd09d959b029fb9144351 /include/pcmcia/cistpl.h
parentpcmcia: cistpl header cleanup (diff)
downloadlinux-dev-a45b3fb19ba1e4dfc3fc53563a072612092930a9.tar.xz
linux-dev-a45b3fb19ba1e4dfc3fc53563a072612092930a9.zip
pcmcia: ioctl-internal definitions
cisinfo_t and cs_status_t are only used by the (deprecated) PCMCIA ioctl. Therefore, move them out of the way. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'include/pcmcia/cistpl.h')
-rw-r--r--include/pcmcia/cistpl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/pcmcia/cistpl.h b/include/pcmcia/cistpl.h
index 026323bc47af..cfdd5af77dcc 100644
--- a/include/pcmcia/cistpl.h
+++ b/include/pcmcia/cistpl.h
@@ -573,11 +573,6 @@ typedef struct tuple_t {
#define TUPLE_RETURN_LINK 0x01
#define TUPLE_RETURN_COMMON 0x02
-/* For ValidateCIS */
-typedef struct cisinfo_t {
- u_int Chains;
-} cisinfo_t;
-
#define CISTPL_MAX_CIS_SIZE 0x200
#endif /* LINUX_CISTPL_H */