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