summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDino Li <Dino.Li@ite.com.tw>2017-11-14 10:55:55 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-11-14 21:52:39 -0800
commit2bb1811f074db4d33fa22209d4be1b303d93ef04 (patch)
treec960bd3feabe48829937dd19fb057570905a69f3 /include
parent385c276e4bf50c9a9816b8cf9a8abc9b86dab329 (diff)
downloadchrome-ec-2bb1811f074db4d33fa22209d4be1b303d93ef04.tar.gz
it83xx: add espi module
Add espi control module for it83xx. Signed-off-by: Dino Li <dino.li@ite.com.tw> BRANCH=none BUG=none TEST=1. it8390+Intel SKL-Y RVP3 and boot to shell. 2. console command "kbpress 1 4" to test keyboard data. (board code for espi module test on CL:392587) Change-Id: I1b32bd16f7e01abf07b9c9a68ebef2399cc9828d Reviewed-on: https://chromium-review.googlesource.com/394471 Commit-Ready: Dino Li <Dino.Li@ite.com.tw> Tested-by: Dino Li <Dino.Li@ite.com.tw> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/espi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/espi.h b/include/espi.h
index 72def9b536..d96f79c9c8 100644
--- a/include/espi.h
+++ b/include/espi.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -37,6 +37,7 @@ enum espi_vw_signal {
VW_SLP_A_L,
VW_SLP_LAN, /* index 42h (In) */
VW_SLP_WLAN,
+ VW_SIGNAL_BASE_END,
};
/**