blob: 5732b2bca3b96abea601492105e13e615a2c5163 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Nobuhiro Iwamatsu068abf02012-03-21 14:46:55 +09002/*
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 *
Nobuhiro Iwamatsu068abf02012-03-21 14:46:55 +09008 */
9#ifndef _SH_MMC_H_
10#define _SH_MMC_H_
11
12int mmcif_mmc_init(void);
13
14#endif /* _SH_MMC_H_ */