xref: /rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/atmel_sdhci.h (revision 5f5620ab2679608f94b3a77e51c77d0a770103bd)
1 /*
2  * Copyright (c) 2015 Atmel Corporation
3  *		      Wenyou.Yang <wenyou.yang@atmel.com>
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 
8 #ifndef __ATMEL_SDHCI_H
9 #define __ATMEL_SDHCI_H
10 
11 int atmel_sdhci_init(void *regbase, u32 id);
12 
13 #endif
14