pmu.h 277 B

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