summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-23 17:42:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-23 17:42:46 +0000
commit4f0ffa57d8930fc835aba70fc61f52cda4f84810 (patch)
tree5eaf355859dd77b75bea5dcb8187a5f8f2c2a67a /c/src/libchip/serial/mc68681.h
parentNew file describing mc68681 libchip driver. (diff)
downloadrtems-4f0ffa57d8930fc835aba70fc61f52cda4f84810.tar.bz2
Removed RTS and DTR handling code since the MC68681 seems to only have
automatic handling of RTS/CTS. This only protects the on-chip buffers and FIFOs -- not the termios queues as the RTS/CTS code in here did. It may be necessary in the future to enable this automatic support. Interrupt processing code added. In some places, channel and duart base addresses were swapped.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/serial/mc68681.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/src/libchip/serial/mc68681.h b/c/src/libchip/serial/mc68681.h
index 753e52e811..c4c6ac28b1 100644
--- a/c/src/libchip/serial/mc68681.h
+++ b/c/src/libchip/serial/mc68681.h
@@ -46,13 +46,6 @@ extern "C" {
extern console_fns mc68681_fns;
extern console_fns mc68681_fns_polled;
-/*
- * Flow control function tables
- */
-
-extern console_flow mc68681_flow_RTSCTS;
-extern console_flow mc68681_flow_DTRCTS;
-
#ifdef __cplusplus
}
#endif