blob: c2d52b2977431df4dc8f8100375ce967c7d42576 [file] [log] [blame]
Thierry Reding977a39e2011-11-17 00:10:23 +00001/*
2 * Copyright (c) 2011, Google Inc. All rights reserved.
Wolfgang Denk1a459662013-07-08 09:37:19 +02003 * SPDX-License-Identifier: GPL-2.0+
Thierry Reding977a39e2011-11-17 00:10:23 +00004 */
5
Tom Warren29f3e3f2012-09-04 17:00:24 -07006#ifndef _TEGRA_MMC_H_
7#define _TEGRA_MMC_H_
Thierry Reding977a39e2011-11-17 00:10:23 +00008
Tom Warrenc9aa8312013-02-21 12:31:30 +00009void tegra_mmc_init(void);
Thierry Reding977a39e2011-11-17 00:10:23 +000010
Tom Warren29f3e3f2012-09-04 17:00:24 -070011#endif /* _TEGRA_MMC_H_ */