summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-09 18:41:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-09 18:41:33 +0000
commitd94d47b33658a0d86492cf0227c2e4e7dbc87d2b (patch)
tree415ce18fc21653e1b4532f6c204c760420b77d37 /c/src/libchip
parentChanged static to MC68681_STATIC to make all routines and data global (diff)
downloadrtems-d94d47b33658a0d86492cf0227c2e4e7dbc87d2b.tar.bz2
New files to contain generally needed serial driver support routines.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/serial/sersupp.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/libchip/serial/sersupp.h b/c/src/libchip/serial/sersupp.h
new file mode 100644
index 0000000000..37b758107e
--- /dev/null
+++ b/c/src/libchip/serial/sersupp.h
@@ -0,0 +1,13 @@
+/*
+ * $Id$
+ */
+
+#ifndef __LIBCHIP_SERIAL_SUPPORT_h
+#define __LIBCHIP_SERIAL_SUPPORT_h
+
+int termios_baud_to_index(
+ int termios_baud
+);
+
+#endif
+/* end of include file */