1 /* SPDX-License-Identifier: <SPDX License Expression> */
2 /*
3  * Copyright 2019 Broadcom
4  *
5  */
6 
7 #ifndef __IPROC_SDHCI_H
8 #define __IPROC_SDHCI_H
9 
10 int iproc_sdhci_init(int dev_index, u32 quirks);
11 
12 #endif
13