kona_sdhci.h 209 B

123456789101112
  1. /*
  2. * Copyright 2013 Broadcom Corporation.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __KONA_SDHCI_H
  7. #define __KONA_SDHCI_H
  8. int kona_sdhci_init(int dev_index, u32 min_clk, u32 quirks);
  9. #endif