cpu-boosting: Check whether cpu stall handler is turned on
[platform/core/system/resourced.git] / src / common / conf / cpu-common.h
index 4e4e0f1..5e3013f 100644 (file)
@@ -91,6 +91,10 @@ struct cpu_boosting_conf {
        struct cpu_sched_info cpu_sched_info;
 };
 
+void cpu_boosting_enable_cpu_stall_handler(void);
+bool cpu_boosting_is_enabled_of_cpu_stall_handler(void);
+
+
 struct cpu_sched_conf *get_cpu_sched_conf(void);
 void free_cpu_sched_conf(void);