Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Enumerations
ecard.h File Reference

Go to the source code of this file.

Data Structures

struct  ex_ecid
 
struct  ex_chunk_dir
 

Macros

#define c_id(x)   ((x)->r_id)
 
#define c_len(x)   ((x)->r_len[0]|((x)->r_len[1]<<8)|((x)->r_len[2]<<16))
 
#define c_start(x)   ((x)->r_start)
 

Typedefs

typedef enum ecard_type card_type_t
 

Enumerations

enum  ecard_type { ECARD_IOC, ECARD_MEMC, ECARD_EASI }
 
enum  card_speed_t { ECARD_SLOW = 0, ECARD_MEDIUM = 1, ECARD_FAST = 2, ECARD_SYNC = 3 }
 

Macro Definition Documentation

#define c_id (   x)    ((x)->r_id)

Definition at line 53 of file ecard.h.

#define c_len (   x)    ((x)->r_len[0]|((x)->r_len[1]<<8)|((x)->r_len[2]<<16))

Definition at line 54 of file ecard.h.

#define c_start (   x)    ((x)->r_start)

Definition at line 55 of file ecard.h.

Typedef Documentation

typedef enum ecard_type card_type_t

Enumeration Type Documentation

Enumerator:
ECARD_SLOW 
ECARD_MEDIUM 
ECARD_FAST 
ECARD_SYNC 

Definition at line 64 of file ecard.h.

enum ecard_type
Enumerator:
ECARD_IOC 
ECARD_MEMC 
ECARD_EASI 

Definition at line 58 of file ecard.h.