blob: 9652bc20c87116a3cbdbbd8ffab90e9ab39b80cd [file] [log] [blame]
/*
* Copyright (c) 2015 Atmel Corporation
* Wenyou.Yang <wenyou.yang@atmel.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __ATMEL_SDHCI_H
#define __ATMEL_SDHCI_H
int atmel_sdhci_init(void *regbase, u32 id);
#endif