]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-tegra20/pmu.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / include / asm / arch-tegra20 / pmu.h
CommitLineData
6860b4a1
JZ
1/*
2 * (C) Copyright 2010,2011
3 * NVIDIA Corporation <www.nvidia.com>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
6860b4a1
JZ
6 */
7
8#ifndef _ARCH_PMU_H_
9#define _ARCH_PMU_H_
10
11/* Set core and CPU voltages to nominal levels */
12int pmu_set_nominal(void);
13
14#endif /* _ARCH_PMU_H_ */