summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip/serial/mc68681.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libchip/serial/mc68681.h')
-rw-r--r--c/src/lib/libchip/serial/mc68681.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libchip/serial/mc68681.h b/c/src/lib/libchip/serial/mc68681.h
index 5e46f7d57b..b092eadb1b 100644
--- a/c/src/lib/libchip/serial/mc68681.h
+++ b/c/src/lib/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;