]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/kona-common/kona_sdhci.h
arch: kona: Initial commit of kona-common architecture code
[karo-tx-uboot.git] / arch / arm / include / asm / kona-common / kona_sdhci.h
1 /*
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
10 int kona_sdhci_init(int dev_index, u32 min_clk, u32 quirks);
11
12 #endif