summaryrefslogtreecommitdiff
path: root/include/espi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/espi.h')
-rw-r--r--include/espi.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/include/espi.h b/include/espi.h
index a717e7e414..4768d8f12f 100644
--- a/include/espi.h
+++ b/include/espi.h
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -14,29 +14,29 @@
enum espi_vw_signal {
/* The first valid VW signal is 0x2000 */
VW_SIGNAL_START = IOEX_LIMIT + 1,
- VW_SLP_S3_L = VW_SIGNAL_START, /* index 02h (In) */
+ VW_SLP_S3_L = VW_SIGNAL_START, /* index 02h (In) */
VW_SLP_S4_L,
VW_SLP_S5_L,
- VW_SUS_STAT_L, /* index 03h (In) */
+ VW_SUS_STAT_L, /* index 03h (In) */
VW_PLTRST_L,
VW_OOB_RST_WARN,
- VW_OOB_RST_ACK, /* index 04h (Out) */
+ VW_OOB_RST_ACK, /* index 04h (Out) */
VW_WAKE_L,
VW_PME_L,
- VW_ERROR_FATAL, /* index 05h (Out) */
+ VW_ERROR_FATAL, /* index 05h (Out) */
VW_ERROR_NON_FATAL,
/* Merge bit 3/0 into one signal. Need to set them simultaneously */
VW_PERIPHERAL_BTLD_STATUS_DONE,
- VW_SCI_L, /* index 06h (Out) */
+ VW_SCI_L, /* index 06h (Out) */
VW_SMI_L,
VW_RCIN_L,
VW_HOST_RST_ACK,
- VW_HOST_RST_WARN, /* index 07h (In) */
- VW_SUS_ACK, /* index 40h (Out) */
- VW_SUS_WARN_L, /* index 41h (In) */
+ VW_HOST_RST_WARN, /* index 07h (In) */
+ VW_SUS_ACK, /* index 40h (Out) */
+ VW_SUS_WARN_L, /* index 41h (In) */
VW_SUS_PWRDN_ACK_L,
VW_SLP_A_L,
- VW_SLP_LAN, /* index 42h (In) */
+ VW_SLP_LAN, /* index 42h (In) */
VW_SLP_WLAN,
VW_SIGNAL_END,
VW_LIMIT = 0x2FFF
@@ -99,6 +99,6 @@ int espi_signal_is_vw(int signal);
* @param timeout max time in microseconds to poll.
*/
void espi_wait_vw_not_dirty(enum espi_vw_signal signal,
- unsigned int timeout_us);
+ unsigned int timeout_us);
-#endif /* __CROS_EC_ESPI_H */
+#endif /* __CROS_EC_ESPI_H */