summaryrefslogtreecommitdiff
path: root/util/comm-host.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/comm-host.h')
-rw-r--r--util/comm-host.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/util/comm-host.h b/util/comm-host.h
index bfe99b2179..1d3cb9e36d 100644
--- a/util/comm-host.h
+++ b/util/comm-host.h
@@ -74,15 +74,4 @@ extern int (*ec_command_proto)(int command, int version,
*/
extern int (*ec_readmem)(int offset, int bytes, void *dest);
-/*
- * Functions for initializing communication protocols.
- * @param device_name: device name to open to access the ec.
- * @param init_readmem_only:
- * 1: init only ec_readmem
- * 0: set ec_command_proto as well.
- */
-int comm_init_dev(const char *device_name);
-int comm_init_lpc(int init_readmem_only);
-int comm_init_i2c(void);
-
#endif /* __UTIL_COMM_HOST_H */