1 /* SPDX-License-Identifier: GPL-2.0+ */
2 
3 #ifndef _ASM_ARCH_MMC_H_
4 #define _ASM_ARCH_MMC_H_
5 
6 struct mmc *sunxi_mmc_init(int sdc_no);
7 
8 #endif /* _ASM_ARCH_MMC_H_ */
9