power: Add Lineage power hints
Change-Id: I3365592d4c54444dcff3b6daa1c383273f2aa3c9
diff --git a/power/power.c b/power/power.c
index 85aa284..f9b268c 100644
--- a/power/power.c
+++ b/power/power.c
@@ -72,6 +72,10 @@
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
**********************************************************/