xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-hi3798cv200/dwmmc.h (revision d754254f20d29a9cb25b6fed0423b224384263aa)
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