pcmcia: clean up cs.h
Remove some obsolete definitions from cs.h Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
parent
1d5cc192d4
commit
3dace8cf15
2 changed files with 3 additions and 12 deletions
|
@ -63,6 +63,9 @@ struct socket_data {
|
||||||
#define MEM_PROBE_LOW (1 << 0)
|
#define MEM_PROBE_LOW (1 << 0)
|
||||||
#define MEM_PROBE_HIGH (1 << 1)
|
#define MEM_PROBE_HIGH (1 << 1)
|
||||||
|
|
||||||
|
/* Action field */
|
||||||
|
#define REMOVE_MANAGED_RESOURCE 1
|
||||||
|
#define ADD_MANAGED_RESOURCE 2
|
||||||
|
|
||||||
/*======================================================================
|
/*======================================================================
|
||||||
|
|
||||||
|
|
|
@ -19,18 +19,6 @@
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* for AdjustResourceInfo */
|
|
||||||
/* Action field */
|
|
||||||
#define REMOVE_MANAGED_RESOURCE 1
|
|
||||||
#define ADD_MANAGED_RESOURCE 2
|
|
||||||
|
|
||||||
/* For CardValues field */
|
|
||||||
#define CV_OPTION_VALUE 0x01
|
|
||||||
#define CV_STATUS_VALUE 0x02
|
|
||||||
#define CV_PIN_REPLACEMENT 0x04
|
|
||||||
#define CV_COPY_VALUE 0x08
|
|
||||||
#define CV_EXT_STATUS 0x10
|
|
||||||
|
|
||||||
/* ModifyConfiguration */
|
/* ModifyConfiguration */
|
||||||
typedef struct modconf_t {
|
typedef struct modconf_t {
|
||||||
u_int Attributes;
|
u_int Attributes;
|
||||||
|
|
Loading…
Reference in a new issue