blob: b10100a63671b4bc53a88adb5a34e07a13a123a0 [file] [log] [blame]
Tom Warren999c6ba2014-01-24 12:46:13 -07001/*
2 * (C) Copyright 2010-2013
3 * NVIDIA Corporation <www.nvidia.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef _TEGRA124_PMU_H_
9#define _TEGRA124_PMU_H_
10
11/* Set core and CPU voltages to nominal levels */
12int pmu_set_nominal(void);
13
14#endif /* _TEGRA124_PMU_H_ */