xref: /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-hi3798cv200/dwmmc.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  * (C) Copyright 2017 Linaro
3  * Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 
8 #ifndef _HI3798cv200_DWMMC_H_
9 #define _HI3798cv200_DWMMC_H_
10 
11 int hi6220_dwmci_add_port(int index, u32 regbase, int bus_width);
12 
13 #endif /* _HI3798cv200_DWMMC_H_ */
14