hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/cpuidle/cpuidle.h
....@@ -7,7 +7,9 @@
77 #define __DRIVER_CPUIDLE_H
88
99 /* For internal use only */
10
+extern char param_governor[];
1011 extern struct cpuidle_governor *cpuidle_curr_governor;
12
+extern struct cpuidle_governor *cpuidle_prev_governor;
1113 extern struct list_head cpuidle_governors;
1214 extern struct list_head cpuidle_detected_devices;
1315 extern struct mutex cpuidle_lock;
....@@ -21,6 +23,7 @@
2123 extern void cpuidle_uninstall_idle_handler(void);
2224
2325 /* governors */
26
+extern struct cpuidle_governor *cpuidle_find_governor(const char *str);
2427 extern int cpuidle_switch_governor(struct cpuidle_governor *gov);
2528
2629 /* sysfs */