/* * Copyright (C) 2014 Altera Corporation * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _SOCFPGA_DWMMC_H_ #define _SOCFPGA_DWMMC_H_ #ifndef __ASSEMBLY__ extern int socfpga_dwmmc_init(u32 regbase, int bus_width, int index); #endif /* __ASSEMBLY__ */ #endif /* _SOCFPGA_DWMMC_H_ */