mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-18 13:22:07 +02: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
|