MMC_STATE_PRESENT
#define mmc_card_present(c) ((c)->state & MMC_STATE_PRESENT)
#define mmc_card_set_present(c) ((c)->state |= MMC_STATE_PRESENT)