power: Add Lineage power hints

Change-Id: I3365592d4c54444dcff3b6daa1c383273f2aa3c9
This commit is contained in:
Stricted 2018-09-07 01:16:30 +02:00
parent 03d7212680
commit 404b41cbd4
No known key found for this signature in database
GPG Key ID: 3E45BB95F7AD33DA

View File

@ -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
**********************************************************/