blob: 46effb47e18d7e0d5172a884d22d0fc3725bc881 [file] [log] [blame]
Jimmy Zhang6860b4a2012-04-02 13:18:53 +00001/*
2 * (C) Copyright 2010,2011
3 * NVIDIA Corporation <www.nvidia.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Jimmy Zhang6860b4a2012-04-02 13:18:53 +00006 */
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_ */