Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
e9be204286b35caaa8d0cdd85cbbb0adaea9b8cd
/
.
/
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