summaryrefslogtreecommitdiff
path: root/include/i2c.h
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2021-10-13 23:50:06 +0000
committerCommit Bot <commit-bot@chromium.org>2021-10-15 21:50:03 +0000
commitf0fcad109d75ff48459d2cc7e4c3dde9e691af3f (patch)
tree526c8c2f9d5128db26311a32789b8c605494b535 /include/i2c.h
parent833baa422d10783531c3293afc8b7ce94a1c846a (diff)
downloadchrome-ec-f0fcad109d75ff48459d2cc7e4c3dde9e691af3f.tar.gz
tree: Make all host commands static
Almost all of the host commands were already static. This change makes all of them static for consistency. BRANCH=none BUG=b:172020503 TEST=make buildall -j Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I8330e85e6d64a039f08d7620eed1fe897f436567 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3221786 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'include/i2c.h')
-rw-r--r--include/i2c.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/i2c.h b/include/i2c.h
index 6de438f4e0..57996289dd 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -477,14 +477,6 @@ int i2c_write_block(const int port,
int i2c_port_to_controller(int port);
/**
- * Command handler to get host command protocol information
- *
- * @param args: host command handler arguments
- * @return EC_SUCCESS
- */
-enum ec_status i2c_get_protocol_info(struct host_cmd_handler_args *args);
-
-/**
* Callbacks processing received data and response
*
* i2c_data_received will be called when a peripheral finishes receiving data