summaryrefslogtreecommitdiff
path: root/include/display_7seg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/display_7seg.h')
-rw-r--r--include/display_7seg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/display_7seg.h b/include/display_7seg.h
index 4369502672..976d496ccb 100644
--- a/include/display_7seg.h
+++ b/include/display_7seg.h
@@ -1,4 +1,4 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -9,9 +9,9 @@
#define __CROS_EC_DISPLAY_7SEG_H
enum seven_seg_module_display {
- SEVEN_SEG_CONSOLE_DISPLAY, /* Console data */
- SEVEN_SEG_EC_DISPLAY, /* power state */
- SEVEN_SEG_PORT80_DISPLAY, /* port80 data */
+ SEVEN_SEG_CONSOLE_DISPLAY, /* Console data */
+ SEVEN_SEG_EC_DISPLAY, /* power state */
+ SEVEN_SEG_PORT80_DISPLAY, /* port80 data */
};
/**
@@ -23,4 +23,4 @@ enum seven_seg_module_display {
*/
int display_7seg_write(enum seven_seg_module_display module, uint16_t data);
-#endif /* __CROS_EC_DISPLAY_7SEG_H */
+#endif /* __CROS_EC_DISPLAY_7SEG_H */