xref: /openbmc/u-boot/arch/arm/include/asm/kona-common/kona_sdhci.h (revision 2ca471379b471dc0d31459974d7cc4b54c824956)
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