summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcmstb/include/mach/sdhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-bcmstb/include/mach/sdhci.h')
-rw-r--r--arch/arm/mach-bcmstb/include/mach/sdhci.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-bcmstb/include/mach/sdhci.h b/arch/arm/mach-bcmstb/include/mach/sdhci.h
new file mode 100644
index 00000000000..243783d6826
--- /dev/null
+++ b/arch/arm/mach-bcmstb/include/mach/sdhci.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * (C) Copyright 2018 Cisco Systems, Inc.
+ *
+ * Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
+ */
+
+#ifndef _BCMSTB_SDHCI_H
+#define _BCMSTB_SDHCI_H
+
+#include <linux/types.h>
+
+int bcmstb_sdhci_init(phys_addr_t regbase);
+
+#endif /* _BCMSTB_SDHCI_H */