Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206121
b: refs/heads/master
c: 3dace8c
h: refs/heads/master
i:
  206119: dd2670f
v: v3
  • Loading branch information
Dominik Brodowski committed Aug 3, 2010
1 parent e95e163 commit 396577e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d5cc192d431bce2ebe9fde64054ce903200e179
refs/heads/master: 3dace8cf15ae1dd7c9384758b3a29556b441a90a
3 changes: 3 additions & 0 deletions trunk/drivers/pcmcia/rsrc_nonstatic.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ struct socket_data {
#define MEM_PROBE_LOW (1 << 0)
#define MEM_PROBE_HIGH (1 << 1)

/* Action field */
#define REMOVE_MANAGED_RESOURCE 1
#define ADD_MANAGED_RESOURCE 2

/*======================================================================
Expand Down
12 changes: 0 additions & 12 deletions trunk/include/pcmcia/cs.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@
#include <linux/interrupt.h>
#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 */
typedef struct modconf_t {
u_int Attributes;
Expand Down

0 comments on commit 396577e

Please sign in to comment.