pmu.h 273 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
  4. */
  5. #ifndef _TEGRA30_PMU_H_
  6. #define _TEGRA30_PMU_H_
  7. /* Set core and CPU voltages to nominal levels */
  8. int pmu_set_nominal(void);
  9. #endif /* _TEGRA30_PMU_H_ */