From cf7f33d158848e11b4cca36533e7fac960ca65a3 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Thu, 25 Oct 2012 16:53:58 -0700 Subject: Clean up uart buffering code No functional changes. BUG=chrome-os-partner:15579 BRANCH=none TEST=help version -> prints help on version command Change-Id: I79c4b668513b6037aa6cf3fa1a2a8c0fc9856f41 Signed-off-by: Randall Spangler Reviewed-on: https://gerrit.chromium.org/gerrit/36612 Reviewed-by: Bill Richardson --- include/uart.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/uart.h') diff --git a/include/uart.h b/include/uart.h index 27293f7b0c..ce940457bd 100644 --- a/include/uart.h +++ b/include/uart.h @@ -18,15 +18,6 @@ int uart_init(void); /* Return non-zero if UART init has completed. */ int uart_init_done(void); -/* Enables console mode if !=0. In console mode: - * - Input is echoed - * - Input CRLF and CR are translated to LF - * - Input backspace will remove characters from the input buffer (which - * is pretty much only useful if the input handler is only triggered on - * newline) - * - Output LF is translated to CRLF */ -void uart_set_console_mode(int enable); - /*****************************************************************************/ /* Output functions * -- cgit v1.2.1