summaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/include/mach/dwmmc.h
blob: e8ba90104762d7d38cc917c15a04bc165c89d2de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * (C) Copyright 2013 Altera Corporation <www.altera.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef	_SOCFPGA_DWMMC_H_
#define	_SOCFPGA_DWMMC_H_

int socfpga_dwmmc_init(const void *blob);

#endif /* _SOCFPGA_SDMMC_H_ */