summaryrefslogtreecommitdiff
path: root/zephyr/subsys/ap_pwrseq/include/signal_adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/subsys/ap_pwrseq/include/signal_adc.h')
-rw-r--r--zephyr/subsys/ap_pwrseq/include/signal_adc.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/zephyr/subsys/ap_pwrseq/include/signal_adc.h b/zephyr/subsys/ap_pwrseq/include/signal_adc.h
index e43e73e1a7..81c6a1edd4 100644
--- a/zephyr/subsys/ap_pwrseq/include/signal_adc.h
+++ b/zephyr/subsys/ap_pwrseq/include/signal_adc.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_ADC_H__
#define __AP_PWRSEQ_SIGNAL_ADC_H__
-#define PWR_SIG_TAG_ADC PWR_ADC_
+#define PWR_SIG_TAG_ADC PWR_ADC_
/*
* Generate enums for the analogue converters.
@@ -21,13 +21,13 @@
enum pwr_sig_adc {
#if HAS_ADC_SIGNALS
-DT_FOREACH_STATUS_OKAY(intel_ap_pwrseq_adc, PWR_ADC_ENUM)
+ DT_FOREACH_STATUS_OKAY(intel_ap_pwrseq_adc, PWR_ADC_ENUM)
#endif
- PWR_SIG_ADC_COUNT
+ PWR_SIG_ADC_COUNT
};
-#undef PWR_ADC_ENUM
-#undef TAG_ADC
+#undef PWR_ADC_ENUM
+#undef TAG_ADC
/**
* @brief Get the value of the ADC power signal.