blob: 7a0e6f0f714eb84c3bddbee3449d505dcd9fcc9e [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Nobuhiro Iwamatsufbcacc92014-12-10 14:12:43 +09002/*
3 * Renesas SuperH MMCIF driver.
4 *
5 * Copyright (C) 2014 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
6 * Copyright (C) 2014 Renesas Electronics Corporation
Nobuhiro Iwamatsufbcacc92014-12-10 14:12:43 +09007 */
8#ifndef _RMOBILE_MMC_H_
9#define _RMOBILE_MMC_H_
10
11int mmcif_mmc_init(void);
12
13#endif /* _RMOBILE_MMC_H_ */