aboutsummaryrefslogtreecommitdiff
path: root/src/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/types.h')
-rw-r--r--src/include/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/types.h b/src/include/types.h
index d1f991eb5d..ef5edc1781 100644
--- a/src/include/types.h
+++ b/src/include/types.h
@@ -41,6 +41,10 @@ enum cb_err {
CB_CMOS_OPTION_NOT_FOUND = -102, /**< Option string not found */
CB_CMOS_ACCESS_ERROR = -103, /**< CMOS access error */
CB_CMOS_CHECKSUM_INVALID = -104, /**< CMOS checksum is invalid */
+
+ /* Keyboard test failures */
+ CB_KBD_CONTROLLER_FAILURE = -200,
+ CB_KBD_INTERFACE_FAILURE = -201
};
#endif /* __TYPES_H */