pmu.h 276 B

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