summaryrefslogtreecommitdiff
path: root/zephyr/subsys/ap_pwrseq/include/signal_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/subsys/ap_pwrseq/include/signal_gpio.h')
-rw-r--r--zephyr/subsys/ap_pwrseq/include/signal_gpio.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/zephyr/subsys/ap_pwrseq/include/signal_gpio.h b/zephyr/subsys/ap_pwrseq/include/signal_gpio.h
index e797f0c21f..7cdd4ec316 100644
--- a/zephyr/subsys/ap_pwrseq/include/signal_gpio.h
+++ b/zephyr/subsys/ap_pwrseq/include/signal_gpio.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_GPIO_H__
#define __AP_PWRSEQ_SIGNAL_GPIO_H__
-#define PWR_SIG_TAG_GPIO PWR_GPIO_
+#define PWR_SIG_TAG_GPIO PWR_GPIO_
/*
* Generate enums for the GPIOs.
@@ -21,13 +21,13 @@
enum pwr_sig_gpio {
#if HAS_GPIO_SIGNALS
-DT_FOREACH_STATUS_OKAY(intel_ap_pwrseq_gpio, PWR_GPIO_ENUM)
+ DT_FOREACH_STATUS_OKAY(intel_ap_pwrseq_gpio, PWR_GPIO_ENUM)
#endif
- PWR_SIG_GPIO_COUNT
+ PWR_SIG_GPIO_COUNT
};
-#undef PWR_GPIO_ENUM
-#undef TAG_GPIO
+#undef PWR_GPIO_ENUM
+#undef TAG_GPIO
/**
* @brief Get the value of the GPIO power signal.