Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-boot
[oweals/u-boot.git] / arch / arm / mach-bcm283x / include / mach / sdhci.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * (C) Copyright 2012,2015 Stephen Warren
4  */
5
6 #ifndef _BCM2835_SDHCI_H_
7 #define _BCM2835_SDHCI_H_
8
9 #define BCM2835_SDHCI_BASE (CONFIG_BCM283x_BASE + 0x00300000)
10
11 int bcm2835_sdhci_init(u32 regbase, u32 emmc_freq);
12
13 #endif