Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / include / asm / arch-mx27 / mxcmmc.h
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