Sign in
coral
/
uboot-imx
/
13b0391153255f28ddf2b8df155d8c2e4e490945
/
.
/
arch
/
arm
/
mach-at91
/
include
/
mach
/
atmel_sdhci.h
blob: 48b6bd22368e608c6f9144eee8689ea227bb8a75 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 2015 Atmel Corporation
* Wenyou.Yang <wenyou.yang@atmel.com>
*/
#ifndef
__ATMEL_SDHCI_H
#define
__ATMEL_SDHCI_H
int
atmel_sdhci_init
(
void
*
regbase
,
u32 id
);
#endif