We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a269654 commit 4cc018bCopy full SHA for 4cc018b
include/pm/policy.h
@@ -7,6 +7,7 @@
7
#ifndef ZEPHYR_INCLUDE_PM_POLICY_H_
8
#define ZEPHYR_INCLUDE_PM_POLICY_H_
9
10
+#include <stdint.h>
11
#include <pm/state.h>
12
13
#ifdef __cplusplus
subsys/pm/policy/residency.c
@@ -5,11 +5,12 @@
5
*/
6
#include <devicetree.h>
-#include <zephyr.h>
-#include <kernel.h>
#include <pm/pm.h>
#include <pm/policy.h>
+#include <sys_clock.h>
#include <sys/check.h>
+#include <sys/time_units.h>
+#include <sys/util.h>
14
15
#include <logging/log.h>
16
LOG_MODULE_DECLARE(pm, CONFIG_PM_LOG_LEVEL);
0 commit comments