]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/include/asm/arch-bcm2835/sdhci.h
bcm2835/rpi: add SPDX license tags for some files
[people/ms/u-boot.git] / arch / arm / include / asm / arch-bcm2835 / sdhci.h
1 /*
2 * (C) Copyright 2012 Stephen Warren
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6
7 #ifndef _BCM2835_SDHCI_H_
8 #define _BCM2835_SDHCI_H_
9
10 #define BCM2835_SDHCI_BASE 0x20300000
11
12 int bcm2835_sdhci_init(u32 regbase, u32 emmc_freq);
13
14 #endif