summaryrefslogtreecommitdiff
path: root/include/gpio_signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpio_signal.h')
-rw-r--r--include/gpio_signal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gpio_signal.h b/include/gpio_signal.h
index 86fd5d7822..a499108b40 100644
--- a/include/gpio_signal.h
+++ b/include/gpio_signal.h
@@ -1,4 +1,4 @@
-/* Copyright 2014 The Chromium OS Authors. All rights reserved.
+/* Copyright 2014 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -27,7 +27,7 @@
#define GPIO_SIGNAL_START 0 /* The first valid GPIO signal is 0 */
enum gpio_signal {
- #include "gpio.wrap"
+#include "gpio.wrap"
GPIO_COUNT,
/* Ensure that sizeof gpio_signal is large enough for ioex_signal */
GPIO_LIMIT = 0x0FFF
@@ -42,7 +42,7 @@ enum ioex_signal {
IOEX_SIGNAL_START = GPIO_LIMIT + 1,
/* Used to ensure that the first IOEX signal is same as start */
__IOEX_PLACEHOLDER = GPIO_LIMIT,
- #include "gpio.wrap"
+#include "gpio.wrap"
IOEX_SIGNAL_END,
IOEX_LIMIT = 0x1FFF
};