xref: /openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/sdhci.h (revision c882163b09b8a2c52e3dd8acd7d296d6d06d1f2e)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2018  Cisco Systems, Inc.
4  *
5  * Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
6  */
7 
8 #ifndef _BCMSTB_SDHCI_H
9 #define _BCMSTB_SDHCI_H
10 
11 #include <linux/types.h>
12 
13 int bcmstb_sdhci_init(phys_addr_t regbase);
14 
15 #endif /* _BCMSTB_SDHCI_H */
16