]> git.ipfire.org Git - people/ms/u-boot.git/blame - 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
CommitLineData
9a4fbe4f
SW
1/*
2 * (C) Copyright 2012 Stephen Warren
3 *
a033171b 4 * SPDX-License-Identifier: GPL-2.0
9a4fbe4f
SW
5 */
6
7#ifndef _BCM2835_SDHCI_H_
8#define _BCM2835_SDHCI_H_
9
10#define BCM2835_SDHCI_BASE 0x20300000
11
12int bcm2835_sdhci_init(u32 regbase, u32 emmc_freq);
13
14#endif