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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 54f0ed2aa7..55187cdb93 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -2046,9 +2046,6 @@ struct ec_response_power_info {
#define EC_CMD_I2C_PASSTHRU 0x9e
-/* Slave address is 10 (not 7) bit */
-#define EC_I2C_FLAG_10BIT (1 << 16)
-
/* Read data; if not present, message is a write */
#define EC_I2C_FLAG_READ (1 << 15)