xref: /openbmc/u-boot/arch/arm/include/asm/arch-tegra114/pmu.h (revision 7b0789e8fcfe052113bcf06dad1d6da6b4d6b108)
1 /*
2  * Copyright (c) 2010-2013, NVIDIA CORPORATION.  All rights reserved.
3  *
4  * SPDX-License-Identifier:	GPL-2.0
5  */
6 
7 #ifndef _TEGRA114_PMU_H_
8 #define _TEGRA114_PMU_H_
9 
10 /* Set core and CPU voltages to nominal levels */
11 int pmu_set_nominal(void);
12 
13 #endif	/* _TEGRA114_PMU_H_ */
14