mmc.h 201 B

1234567891011
  1. /*
  2. * Copyright (c) 2011, Google Inc. All rights reserved.
  3. * SPDX-License-Identifier: GPL-2.0+
  4. */
  5. #ifndef _TEGRA_MMC_H_
  6. #define _TEGRA_MMC_H_
  7. void tegra_mmc_init(void);
  8. #endif /* _TEGRA_MMC_H_ */