blob: 243783d68260f3d6b875f9c641c2e9100e53e01a [file] [log] [blame]
Thomas Fitzsimmons919646d2018-06-08 17:59:45 -04001/* 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
13int bcmstb_sdhci_init(phys_addr_t regbase);
14
15#endif /* _BCMSTB_SDHCI_H */