]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/sh/include/asm/mmc.h
Add more SPDX-License-Identifier tags
[people/ms/u-boot.git] / arch / sh / include / asm / mmc.h
CommitLineData
068abf0c
NI
1/*
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 *
5b8031cc 7 * SPDX-License-Identifier: GPL-2.0
068abf0c
NI
8 *
9 */
10#ifndef _SH_MMC_H_
11#define _SH_MMC_H_
12
13int mmcif_mmc_init(void);
14
15#endif /* _SH_MMC_H_ */