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

Go to the source code of this file.

Macros

#define MMC_PM_KEEP_POWER   (1 << 0) /* preserve card power during suspend */
 
#define MMC_PM_WAKE_SDIO_IRQ   (1 << 1) /* wake up host system on SDIO IRQ assertion */
 

Typedefs

typedef unsigned int mmc_pm_flag_t
 

Macro Definition Documentation

#define MMC_PM_KEEP_POWER   (1 << 0) /* preserve card power during suspend */

Definition at line 27 of file pm.h.

#define MMC_PM_WAKE_SDIO_IRQ   (1 << 1) /* wake up host system on SDIO IRQ assertion */

Definition at line 28 of file pm.h.

Typedef Documentation

typedef unsigned int mmc_pm_flag_t

Definition at line 25 of file pm.h.