summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 0969000da0..1f43bff89b 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -5203,6 +5203,7 @@ enum ec_chip_type {
enum ec_bus_type {
EC_BUS_TYPE_I2C = 0,
+ EC_BUS_TYPE_EMBEDDED = 1,
EC_BUS_TYPE_COUNT,
EC_BUS_TYPE_MAX = 0xFF,
};