summaryrefslogtreecommitdiff
path: root/include/port80.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/port80.h')
-rw-r--r--include/port80.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/port80.h b/include/port80.h
index e6212ab593..7521788ea1 100644
--- a/include/port80.h
+++ b/include/port80.h
@@ -1,4 +1,4 @@
-/* Copyright 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -11,9 +11,9 @@
#include "common.h"
enum port_80_event {
- PORT_80_EVENT_RESUME = 0x1001, /* S3->S0 transition */
- PORT_80_EVENT_RESET = 0x1002, /* RESET transition */
- PORT_80_IGNORE = 0xffff, /* Invalid POST CODE */
+ PORT_80_EVENT_RESUME = 0x1001, /* S3->S0 transition */
+ PORT_80_EVENT_RESET = 0x1002, /* RESET transition */
+ PORT_80_IGNORE = 0xffff, /* Invalid POST CODE */
};
/**
@@ -31,4 +31,4 @@ void port_80_write(int data);
*/
int port_80_read(void);
-#endif /* __CROS_EC_PORT80_H */
+#endif /* __CROS_EC_PORT80_H */