mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
14 lines
236 B
C
14 lines
236 B
C
|
/*
|
||
|
* 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
|