diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2008-08-31 16:00:42 +0200 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2008-08-31 16:00:42 +0200 |
commit | a45b3fb19ba1e4dfc3fc53563a072612092930a9 (patch) | |
tree | b973d46c7f9002d403bbd09d959b029fb9144351 /include/pcmcia/cistpl.h | |
parent | 272433e088f843dc4dd5a5ad38dd68b9a93dcebf (diff) | |
download | op-kernel-dev-a45b3fb19ba1e4dfc3fc53563a072612092930a9.zip op-kernel-dev-a45b3fb19ba1e4dfc3fc53563a072612092930a9.tar.gz |
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.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/pcmcia/cistpl.h b/include/pcmcia/cistpl.h index 026323b..cfdd5af 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 */ |