blob: 1ff0e55d139a60c0a1bd0ec3faaf094384db3c35 [file] [log] [blame]
Darwin Rambo5d6c3152014-02-11 11:06:33 -08001/*
2 * Copyright 2013 Broadcom Corporation.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __KONA_SDHCI_H
8#define __KONA_SDHCI_H
9
10int kona_sdhci_init(int dev_index, u32 min_clk, u32 quirks);
11
12#endif