mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
14 lines
239 B
C
14 lines
239 B
C
|
/*
|
||
|
* (C) Copyright 2013 Faraday Technology
|
||
|
* Dante Su <dantesu@faraday-tech.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __FTSDC021_H
|
||
|
#define __FTSDC021_H
|
||
|
|
||
|
int ftsdc021_sdhci_init(u32 regbase);
|
||
|
|
||
|
#endif /* __FTSDC021_H */
|