summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/shared/comm/uart.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-19 15:53:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-19 15:53:15 +0000
commite6f5358c65a3353fb6a2a1c7dcf2b0451397fc77 (patch)
tree6483199b011e99589d96edb75cf0c7252590ac77 /c/src/lib/libbsp/i386/shared/comm/uart.h
parent2000-10-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e6f5358c65a3353fb6a2a1c7dcf2b0451397fc77.tar.bz2
2000-10-19 Joel Sherrill <joel@OARcorp.com>
* common/uart.h: Added prototype for BSP_uart_set_baud().
Diffstat (limited to 'c/src/lib/libbsp/i386/shared/comm/uart.h')
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/uart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/shared/comm/uart.h b/c/src/lib/libbsp/i386/shared/comm/uart.h
index 6cdb132b4c..d5687bf453 100644
--- a/c/src/lib/libbsp/i386/shared/comm/uart.h
+++ b/c/src/lib/libbsp/i386/shared/comm/uart.h
@@ -12,6 +12,7 @@
void BSP_uart_init(int uart, unsigned long baud, unsigned long databits, unsigned long parity, unsigned long stopbits, int hwFlow);
void BSP_uart_set_attributes(int uart, unsigned long baud, unsigned long databits, unsigned long parity, unsigned long stopbits);
+void BSP_uart_set_baud(int uart, unsigned long baud);
void BSP_uart_intr_ctrl(int uart, int cmd);
void BSP_uart_throttle(int uart);
void BSP_uart_unthrottle(int uart);