Skip to content

fix missing prototypes issues in framework and modules msg-smt, power_domain and scmi_perf

Etienne Carriere requested to merge etienne-lms/missing-prototypes into main

Fixes several missing prototypes issues. These changes fixes framework, module/msg-smt, module/power_domain and module/scmi_perf.

I found equivalent issues in module/scmi but it is less straightforward to address (unless I missed something) due to dependencies from test implementation of module/scmi_sensor_req and module/scmi_system_power_req. I'll try to address these in a dedicated merge request.

Merge request reports