energy_plus.h 697 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright (C) 2017 MediaTek Inc.
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. * See http://www.gnu.org/licenses/gpl-2.0.html for more details.
  12. */
  13. #ifdef CONFIG_MTK_UNIFY_POWER
  14. extern int
  15. mtk_idle_power(int cpu_idx, int idle_state, int cpu, void *argu, int sd_level);
  16. extern
  17. int mtk_busy_power(int cpu_idx, int cpu, void *argu, int sd_level);
  18. #endif