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