summaryrefslogtreecommitdiff
path: root/include/case_closed_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/case_closed_debug.h')
-rw-r--r--include/case_closed_debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/case_closed_debug.h b/include/case_closed_debug.h
index 2283d6474d..2edbf1763d 100644
--- a/include/case_closed_debug.h
+++ b/include/case_closed_debug.h
@@ -130,6 +130,9 @@ enum ccd_capability {
/* Allow Cr50 firmware update without wiping TPM data */
CCD_CAP_CR50_FW_UPDATE_WITHOUT_TPM_WIPE = 14,
+ /* Access to I2C via USB */
+ CCD_CAP_I2C = 15,
+
/* Number of currently defined capabilities */
CCD_CAP_COUNT
};