12345678910111213141516171819202122232425262728293031323334 |
- #ifndef ZEPHYR_INCLUDE_PM_POLICY_H_
- #define ZEPHYR_INCLUDE_PM_POLICY_H_
- #include <pm/state.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- struct pm_state_info pm_policy_next_state(int32_t ticks);
- #ifdef __cplusplus
- }
- #endif
- #endif
|