+1
−0
rust/helpers/cpufreq.c
0 → 100644
+10
−0
+1
−0
rust/kernel/cpufreq.rs
0 → 100644
+365
−0
Loading
Introduce initial Rust abstractions for the cpufreq core. This includes
basic representations for cpufreq flags, relation types, and the cpufreq
table.
Signed-off-by:
Viresh Kumar <viresh.kumar@linaro.org>