summaryrefslogtreecommitdiff
path: root/include/lpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lpc.h')
-rw-r--r--include/lpc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lpc.h b/include/lpc.h
index 94b92b41bb..d87d9bab7c 100644
--- a/include/lpc.h
+++ b/include/lpc.h
@@ -44,4 +44,7 @@ int lpc_comx_has_char(void);
/* Returns the next character pending on the COMx interface. */
int lpc_comx_get_char(void);
+/* Puts a character to the COMx LPC interface. */
+void lpc_comx_put_char(int c);
+
#endif /* __CROS_EC_LPC_H */