• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2 * Sunxi SD/MMC host driver
3 *
4 * Copyright (C) 2015 AllWinnertech Ltd.
5 * Author: lixiang <lixiang@allwinnertech>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 *
11 * This program is distributed "as is" WITHOUT ANY WARRANTY of any
12 * kind, whether express or implied; without even the implied warranty
13 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 * GNU General Public License for more details.
15 */
16 
17 #ifndef __SUNXI_MMC_EXPORT_H__
18 #define __SUNXI_MMC_EXPORT_H__
19 void sunxi_mmc_rescan_card(unsigned id);
20 void sunxi_mmc_reg_ex_res_inter(struct sunxi_mmc_host *host, u32 phy_id);
21 int sunxi_mmc_check_r1_ready(struct mmc_host *mmc, unsigned ms);
22 
23 #endif
24