summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-22 11:09:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-22 11:09:32 +0000
commitab2dbd7e947b5dfa35a94f0864743e346b971e73 (patch)
treeb847a95a946a08f664e3d3cdb56b38cefd701f6b /c/src/libchip/serial/mc68681.h
parentMoved get and set register/data typedefs to this file. (diff)
downloadrtems-ab2dbd7e947b5dfa35a94f0864743e346b971e73.tar.bz2
Added mc68681 stuff to the makefile.
Added numerous constants to mc68681_p.h. Changed spacing. At this point the polled support is in but nothing else is right except the structure.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/serial/mc68681.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/libchip/serial/mc68681.h b/c/src/libchip/serial/mc68681.h
index 5e46f7d57b..b092eadb1b 100644
--- a/c/src/libchip/serial/mc68681.h
+++ b/c/src/libchip/serial/mc68681.h
@@ -19,14 +19,23 @@ extern "C" {
#endif
/*
+ * These are just used in the interface between this driver and
+ * the read/write register routines.
+ */
+
+#define MC68681_STATUS_REG 0xFF
+
+/*
* Driver function table
*/
+
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;