summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-05 22:09:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-05 22:09:39 +0000
commitf176759649622f5adb069feaab03466d53da45f0 (patch)
tree712c1b0db7065a1363aeddc2ba80d2a480e90a53 /c/src/lib/libbsp/m68k/gen68340/include/m340uart.h
parent2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-f176759649622f5adb069feaab03466d53da45f0.tar.bz2
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/console.c, include/m340uart.h: Use new shared termios_baud_to_number() routine.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68340/include/m340uart.h')
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/include/m340uart.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h b/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h
index 6bf4a32d14..beade96da7 100644
--- a/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h
+++ b/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h
@@ -12,7 +12,7 @@
* e-mail: g_montel@yahoo.com
*
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -80,7 +80,6 @@ Find_Right_m340_UART_Config(float ChannelA_ReceiverBaudRate, float ChannelA_Tran
extern rtems_isr InterruptHandler (rtems_vector_number v);
-extern float termios_baud_rates_equivalence ( int speed ) ;
extern int dbugRead (int minor);
extern int dbugWrite (int minor, const char *buf, int len);