]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/sh/include/asm/mmc.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / sh / include / asm / mmc.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Renesas SuperH MMCIF driver.
4 *
5 * Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
6 * Copyright (C) 2012 Renesas Solutions Corp.
7 *
8 */
9 #ifndef _SH_MMC_H_
10 #define _SH_MMC_H_
11
12 int mmcif_mmc_init(void);
13
14 #endif /* _SH_MMC_H_ */