blob: f01c37ed673b3dfc4da2e924b8f2040aa891fcb3 [file] [log] [blame]
Tom Warren13ac5442012-12-11 13:34:12 +00001/*
2 * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
3 *
Tom Rinie2378802016-01-14 22:05:13 -05004 * SPDX-License-Identifier: GPL-2.0
Tom Warren13ac5442012-12-11 13:34:12 +00005 */
6
7#ifndef _TEGRA30_PMU_H_
8#define _TEGRA30_PMU_H_
9
10/* Set core and CPU voltages to nominal levels */
11int pmu_set_nominal(void);
12
13#endif /* _TEGRA30_PMU_H_ */