]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/include/asm/arch-tegra114/pmu.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / arm / include / asm / arch-tegra114 / pmu.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0 */
2fc65e28
TW
2/*
3 * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
2fc65e28
TW
4 */
5
6#ifndef _TEGRA114_PMU_H_
7#define _TEGRA114_PMU_H_
8
9/* Set core and CPU voltages to nominal levels */
10int pmu_set_nominal(void);
11
12#endif /* _TEGRA114_PMU_H_ */