blob: c2d52b2977431df4dc8f8100375ce967c7d42576 [file] [log] [blame]
Googler695f9d92023-09-11 15:38:29 +08001/*
2 * Copyright (c) 2011, Google Inc. All rights reserved.
3 * SPDX-License-Identifier: GPL-2.0+
4 */
5
6#ifndef _TEGRA_MMC_H_
7#define _TEGRA_MMC_H_
8
9void tegra_mmc_init(void);
10
11#endif /* _TEGRA_MMC_H_ */