pm: rename device_pm_state_str to pm_device_state_str
Prefix all device PM functions/data structures with pm. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
d31a9be27c
commit
570b43a70e
3 changed files with 4 additions and 4 deletions
|
@ -115,7 +115,7 @@ struct pm_device {
|
|||
*
|
||||
* @param state State id which name should be returned
|
||||
*/
|
||||
const char *device_pm_state_str(uint32_t state);
|
||||
const char *pm_device_state_str(uint32_t state);
|
||||
|
||||
/** Alias for legacy use of device_pm_control_nop */
|
||||
#define device_pm_control_nop __DEPRECATED_MACRO NULL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue