/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2015 Atmel Corporation * Wenyou.Yang */ #ifndef __ATMEL_SDHCI_H #define __ATMEL_SDHCI_H int atmel_sdhci_init(void *regbase, u32 id); #endif