]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-tegra30/pmu.h
Add more SPDX-License-Identifier tags
[people/ms/u-boot.git] / arch / arm / include / asm / arch-tegra30 / pmu.h
CommitLineData
dc89ad14
TW
1/*
2 * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
3 *
5b8031cc 4 * SPDX-License-Identifier: GPL-2.0
dc89ad14
TW
5 */
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_ */