xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx27/mxcmmc.h (revision 51cb23d45263eb0c0dd7e8e22e9a6e10c8b81f3e)
1 /*
2  *  Copyright (c) 2009 Ilya Yanok <yanok@emcraft.com>
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef ASM_ARCH_MXCMMC_H
8 #define ASM_ARCH_MXCMMC_H
9 
10 int mxc_mmc_init(bd_t *bis);
11 
12 #endif
13