thermal-hal: Add support to check limit profile for volcano
Add support to check limit profile based on thermal zone configuration
and update different limit profile settings for volcano.
Change-Id: I483ca40810db4dcb60e8bbb77182f29bc4226614
diff --git a/thermalCommon.h b/thermalCommon.h
index cff388b..ef96179 100644
--- a/thermalCommon.h
+++ b/thermalCommon.h
@@ -53,6 +53,7 @@
int read_cdev_state(struct therm_cdev& cdev);
int read_temperature(struct therm_sensor& sensor);
int estimateSeverity(struct therm_sensor& sensor);
+ int findLimitProfile(void);
std::vector<struct therm_sensor> fetch_sensor_list()
{