]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/include/asm/kona-common/kona_sdhci.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / arm / include / asm / kona-common / kona_sdhci.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
b3134fce
DR
2/*
3 * Copyright 2013 Broadcom Corporation.
b3134fce
DR
4 */
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