Module Hal_device.Cpufreq
val set_cpufreq_governor : t -> string -> unit Lwt.tval set_cpufreq_consider_nice : t -> bool -> unit Lwt.tval get_cpufreq_governor : t -> string Lwt.tval get_cpufreq_consider_nice : t -> bool Lwt.tval get_cpufreq_available_governors : t -> string list Lwt.t