sdhci.h 295 B

123456789101112131415
  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. #ifndef _BCMSTB_SDHCI_H
  8. #define _BCMSTB_SDHCI_H
  9. #include <linux/types.h>
  10. int bcmstb_sdhci_init(phys_addr_t regbase);
  11. #endif /* _BCMSTB_SDHCI_H */