blob: 4e299217fcf14280d3448c24f76394a4172953fd [file] [log] [blame]
Arun Parameswaran2f4f34a2019-09-12 11:06:08 -07001/* 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
10int iproc_sdhci_init(int dev_index, u32 quirks);
11
12#endif