kona_sdhci.h 204 B

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