* * Copyright 2006-2007 Pierre Ossman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or (at * your option) any later version. */#ifndef _MMC_MMC_OPS_H#define _MMC_MMC_OPS_Hintmmc_select_card(structmmc_card*card);intmmc_deselect_cards(structmmc_host*host);intmmc_go_idle(structmmc_host*host);intmmc_send_op_cond(structmmc_host*host,u32ocr,u32*rocr);intmmc_all_send_cid(structmmc_host*host,u32*cid);intmmc_set_relative_addr(structmmc_card*card);intmmc_send_csd(structmmc_card*card,u32*csd);intmmc_send_ext_csd(structmmc_card*card,u8*ext_csd);intmmc_switch(structmmc_card*card,u8set,u8index,u8value);intmmc_send_status(structmmc_card*card,u32*status);#endif