Loading include/pcmcia/cistpl.h +0 −5 Original line number Diff line number Diff line Loading @@ -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 */ include/pcmcia/cs.h +0 −6 Original line number Diff line number Diff line Loading @@ -201,12 +201,6 @@ typedef struct win_req_t { #define WIN_BAR_MASK 0xe000 #define WIN_BAR_SHIFT 13 typedef struct cs_status_t { u_char Function; event_t CardState; event_t SocketState; } cs_status_t; typedef struct error_info_t { int func; int retcode; Loading include/pcmcia/ds.h +11 −0 Original line number Diff line number Diff line Loading @@ -367,6 +367,17 @@ typedef struct config_info_t { u_int IOAddrLines; } config_info_t; /* For ValidateCIS */ typedef struct cisinfo_t { u_int Chains; } cisinfo_t; typedef struct cs_status_t { u_char Function; event_t CardState; event_t SocketState; } cs_status_t; typedef union ds_ioctl_arg_t { adjust_t adjust; config_info_t config; Loading Loading
include/pcmcia/cistpl.h +0 −5 Original line number Diff line number Diff line Loading @@ -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 */
include/pcmcia/cs.h +0 −6 Original line number Diff line number Diff line Loading @@ -201,12 +201,6 @@ typedef struct win_req_t { #define WIN_BAR_MASK 0xe000 #define WIN_BAR_SHIFT 13 typedef struct cs_status_t { u_char Function; event_t CardState; event_t SocketState; } cs_status_t; typedef struct error_info_t { int func; int retcode; Loading
include/pcmcia/ds.h +11 −0 Original line number Diff line number Diff line Loading @@ -367,6 +367,17 @@ typedef struct config_info_t { u_int IOAddrLines; } config_info_t; /* For ValidateCIS */ typedef struct cisinfo_t { u_int Chains; } cisinfo_t; typedef struct cs_status_t { u_char Function; event_t CardState; event_t SocketState; } cs_status_t; typedef union ds_ioctl_arg_t { adjust_t adjust; config_info_t config; Loading