power: Add Lineage power hints

Change-Id: I3365592d4c54444dcff3b6daa1c383273f2aa3c9
tirimbino
Stricted 6 years ago
parent 03d7212680
commit 404b41cbd4
No known key found for this signature in database
GPG Key ID: 3E45BB95F7AD33DA
  1. 4
      power/power.c

@ -72,6 +72,10 @@ enum power_profile_e {
static enum power_profile_e current_power_profile = PROFILE_BALANCED;
// Custom Lineage hints
const static power_hint_t POWER_HINT_CPU_BOOST = (power_hint_t)0x00000110;
const static power_hint_t POWER_HINT_SET_PROFILE = (power_hint_t)0x00000111;
/**********************************************************
*** HELPER FUNCTIONS
**********************************************************/

Loading…
Cancel
Save