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