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

Go to the source code of this file.

Data Structures

struct  mg_drv_data
 

Macros

#define MG_DEV_NAME   "mg_disk"
 
#define MG_RST_PIN   "mg_rst"
 
#define MG_RSTOUT_PIN   "mg_rstout"
 
#define MG_BOOT_DEV   (1 << 0)
 
#define MG_STORAGE_DEV   (1 << 1)
 
#define MG_STORAGE_DEV_SKIP_RST   (1 << 2)
 

Macro Definition Documentation

#define MG_BOOT_DEV   (1 << 0)

Definition at line 27 of file mg_disk.h.

#define MG_DEV_NAME   "mg_disk"

Definition at line 18 of file mg_disk.h.

#define MG_RST_PIN   "mg_rst"

Definition at line 21 of file mg_disk.h.

#define MG_RSTOUT_PIN   "mg_rstout"

Definition at line 23 of file mg_disk.h.

#define MG_STORAGE_DEV   (1 << 1)

Definition at line 29 of file mg_disk.h.

#define MG_STORAGE_DEV_SKIP_RST   (1 << 2)

Definition at line 31 of file mg_disk.h.