pmu.h 263 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2010,2011
  4. * NVIDIA Corporation <www.nvidia.com>
  5. */
  6. #ifndef _ARCH_PMU_H_
  7. #define _ARCH_PMU_H_
  8. /* Set core and CPU voltages to nominal levels */
  9. int pmu_set_nominal(void);
  10. #endif /* _ARCH_PMU_H_ */