xref: /openbmc/u-boot/arch/arm/include/asm/arch-mx27/mxcmmc.h (revision 225f5eeccd6c0d376a20c15897edd8c69500d8cc)
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