mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
13 lines
201 B
C
13 lines
201 B
C
|
/* SPDX-License-Identifier: <SPDX License Expression> */
|
||
|
/*
|
||
|
* Copyright 2019 Broadcom
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef __IPROC_SDHCI_H
|
||
|
#define __IPROC_SDHCI_H
|
||
|
|
||
|
int iproc_sdhci_init(int dev_index, u32 quirks);
|
||
|
|
||
|
#endif
|