blob: c0960575479708de22e730188a90090e208f9c34 [file] [log] [blame]
Nobuhiro Iwamatsu068abf02012-03-21 14:46:55 +09001/*
2 * Renesas SuperH MMCIF driver.
3 *
4 * Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
5 * Copyright (C) 2012 Renesas Solutions Corp.
6 *
Tom Rini5b8031c2016-01-14 22:05:13 -05007 * SPDX-License-Identifier: GPL-2.0
Nobuhiro Iwamatsu068abf02012-03-21 14:46:55 +09008 *
9 */
10#ifndef _SH_MMC_H_
11#define _SH_MMC_H_
12
13int mmcif_mmc_init(void);
14
15#endif /* _SH_MMC_H_ */