Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / mach-rmobile / include / mach / mmc.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Renesas SuperH MMCIF driver.
4  *
5  * Copyright (C)  2014 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
6  * Copyright (C)  2014 Renesas Electronics Corporation
7  */
8 #ifndef _RMOBILE_MMC_H_
9 #define _RMOBILE_MMC_H_
10
11 int mmcif_mmc_init(void);
12
13 #endif /* _RMOBILE_MMC_H_ */