summaryrefslogtreecommitdiff
path: root/include/uart.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-02-06 13:41:43 -0800
committerRandall Spangler <rspangler@chromium.org>2012-02-06 14:53:49 -0800
commit300e7edb87b9f19bcf0a91a9c0273106e646d897 (patch)
tree5c5a4b7afcf6f3d7db6144f592204281cc239158 /include/uart.h
parent6409913523b047ca7b1dd39bb51edf11f3eefdaa (diff)
downloadchrome-ec-300e7edb87b9f19bcf0a91a9c0273106e646d897.tar.gz
Add UART1 receive support (UART to x86 console)
Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=chrome-os-partner:7488 TEST=type things into the x86 console UART; should appear on the u-boot prompt Change-Id: I75fd225842c03d11d79280fb7453ad37695279e3
Diffstat (limited to 'include/uart.h')
-rw-r--r--include/uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uart.h b/include/uart.h
index 32e8446c2d..163dce5726 100644
--- a/include/uart.h
+++ b/include/uart.h
@@ -175,7 +175,7 @@ void uart_process(void);
/* Returns non-zero if ok to put a character via uart_comx_putc(). */
int uart_comx_putc_ok(void);
-/* Puts a character to the COMx interface. */
+/* Puts a character to the COMx UART interface. */
void uart_comx_putc(int c);
#endif /* __CROS_EC_UART_H */