summaryrefslogtreecommitdiff
path: root/zephyr/subsys/ap_pwrseq/include/x86_common_pwrseq.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/subsys/ap_pwrseq/include/x86_common_pwrseq.h')
-rw-r--r--zephyr/subsys/ap_pwrseq/include/x86_common_pwrseq.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/zephyr/subsys/ap_pwrseq/include/x86_common_pwrseq.h b/zephyr/subsys/ap_pwrseq/include/x86_common_pwrseq.h
index fd84ac49ce..1f416342ba 100644
--- a/zephyr/subsys/ap_pwrseq/include/x86_common_pwrseq.h
+++ b/zephyr/subsys/ap_pwrseq/include/x86_common_pwrseq.h
@@ -6,9 +6,11 @@
#ifndef __X86_COMMON_PWRSEQ_H__
#define __X86_COMMON_PWRSEQ_H__
+#include <logging/log.h>
+
+#include <ap_power_override_functions.h>
#include <power_signals.h>
#include <x86_power_signals.h>
-#include <logging/log.h>
/**
* @brief System power states for Non Deep Sleep Well
@@ -67,7 +69,4 @@ struct pwrseq_context {
};
-#define AP_PWRSEQ_DT_VALUE(p) \
- DT_PROP(DT_COMPAT_GET_ANY_STATUS_OKAY(intel_ap_pwrseq), p)
-
#endif /* __X86_COMMON_PWRSEQ_H__ */