1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2013 Broadcom Corporation.
4  */
5 
6 #ifndef __KONA_SDHCI_H
7 #define __KONA_SDHCI_H
8 
9 int kona_sdhci_init(int dev_index, u32 min_clk, u32 quirks);
10 
11 #endif
12