blob: 22db651a4eb26dea69b320ffbbc867952be4a8a0 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Darwin Rambo5d6c3152014-02-11 11:06:33 -08002/*
3 * Copyright 2013 Broadcom Corporation.
Darwin Rambo5d6c3152014-02-11 11:06:33 -08004 */
5
6#ifndef __KONA_SDHCI_H
7#define __KONA_SDHCI_H
8
9int kona_sdhci_init(int dev_index, u32 min_clk, u32 quirks);
10
11#endif