Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / include / asm / kona-common / kona_sdhci.h
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