summaryrefslogtreecommitdiff
path: root/cros_ec/include/ec_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cros_ec/include/ec_common.h')
-rw-r--r--cros_ec/include/ec_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cros_ec/include/ec_common.h b/cros_ec/include/ec_common.h
index 615a88adcf..d5adb4e280 100644
--- a/cros_ec/include/ec_common.h
+++ b/cros_ec/include/ec_common.h
@@ -25,6 +25,8 @@ enum EcErrorList {
EC_ERROR_UNIMPLEMENTED = 2,
/* Overflow error; too much input provided. */
EC_ERROR_OVERFLOW = 3,
+ /* Timeout */
+ EC_ERROR_TIMEOUT = 4,
/* Module-internal error codes may use this range. */
EC_ERROR_INTERNAL_FIRST = 0x10000,