zephyr/include/pm
Gerard Marull-Paretas 68372aa562 pm: state: convert PM_STATE_INFO_DT_ITEM to standalone initializer
PM_STATE_INFO_DT_ITEM could not be used as a standalone initializer
since it had a trailing ',', making it an internal helper in practice.
This change renames the macro to PM_STATE_INFO_DT_INIT, and moves the
',' to the UTIL_LISTIFY helper.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-12-04 12:33:57 -05:00
..
device.h device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
device_runtime.h pm: device: runtime: Add API to check if it is enabled 2021-11-08 19:54:12 -05:00
pm.h pm: remove irrelevant type qualifier on pm_power_state_next_get 2021-12-01 14:03:55 -06:00
policy.h pm: policy: Add cpu information in the API 2021-11-06 10:21:53 -04:00
state.h pm: state: convert PM_STATE_INFO_DT_ITEM to standalone initializer 2021-12-04 12:33:57 -05:00