summaryrefslogtreecommitdiff
path: root/zephyr/subsys/ap_pwrseq/include/signal_vw.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/subsys/ap_pwrseq/include/signal_vw.h')
-rw-r--r--zephyr/subsys/ap_pwrseq/include/signal_vw.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/zephyr/subsys/ap_pwrseq/include/signal_vw.h b/zephyr/subsys/ap_pwrseq/include/signal_vw.h
index d005daaa40..55ecc73e99 100644
--- a/zephyr/subsys/ap_pwrseq/include/signal_vw.h
+++ b/zephyr/subsys/ap_pwrseq/include/signal_vw.h
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -6,7 +6,7 @@
#ifndef __AP_PWRSEQ_SIGNAL_VW_H__
#define __AP_PWRSEQ_SIGNAL_VW_H__
-#define PWR_SIG_TAG_VW PWR_VW_
+#define PWR_SIG_TAG_VW PWR_VW_
/*
* Generate enums for the virtual wire signals.
@@ -21,13 +21,13 @@
enum pwr_sig_vw {
#if HAS_VW_SIGNALS
-DT_FOREACH_STATUS_OKAY(intel_ap_pwrseq_vw, PWR_VW_ENUM)
+ DT_FOREACH_STATUS_OKAY(intel_ap_pwrseq_vw, PWR_VW_ENUM)
#endif
- PWR_SIG_VW_COUNT
+ PWR_SIG_VW_COUNT
};
-#undef PWR_VW_ENUM
-#undef TAG_VW
+#undef PWR_VW_ENUM
+#undef TAG_VW
/**
* @brief Get the value of the virtual wire signal.