+1
−0
+2
−0
rust/kernel/opp.rs
0 → 100644
+299
−0
Loading
Introduce initial Rust abstractions for the Operating Performance Points
(OPP) framework. This includes bindings for `struct dev_pm_opp` and
`struct dev_pm_opp_data`, laying the groundwork for further OPP
integration.
Signed-off-by:
Viresh Kumar <viresh.kumar@linaro.org>