summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libcutils/include/cutils/sched_policy.h')
-rw-r--r--libcutils/include/cutils/sched_policy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/include/cutils/sched_policy.h b/libcutils/include/cutils/sched_policy.h
index 9683f91b3..4c1113be3 100644
--- a/libcutils/include/cutils/sched_policy.h
+++ b/libcutils/include/cutils/sched_policy.h
@@ -34,7 +34,7 @@ extern bool cpusets_enabled();
34 * Check if Linux kernel enables SCHEDTUNE feature (only available in Android 34 * Check if Linux kernel enables SCHEDTUNE feature (only available in Android
35 * common kernel or Linaro LSK, not in mainline Linux as of v4.9) 35 * common kernel or Linaro LSK, not in mainline Linux as of v4.9)
36 * 36 *
37 * Return value: 1 if Linux kernel CONFIG_SCHEDTUNE=y; 0 otherwise. 37 * Return value: 1 if Linux kernel CONFIG_CGROUP_SCHEDTUNE=y; 0 otherwise.
38 */ 38 */
39extern bool schedboost_enabled(); 39extern bool schedboost_enabled();
40 40