summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip/serial/mc68681_p.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-23 15:54:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-23 15:54:33 +0000
commita5d0c7cf077e9ea8166e2cd565ab79687a6e9ad0 (patch)
treecfa7001dbcec34cde93898a7a9576feb4240f403 /c/src/lib/libchip/serial/mc68681_p.h
parentAdded close. (diff)
downloadrtems-a5d0c7cf077e9ea8166e2cd565ab79687a6e9ad0.tar.bz2
Added concept of "mate" -- the other port on the same DUART. This is
needed to properly handle the interrupt mask register since it is shared.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libchip/serial/mc68681_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libchip/serial/mc68681_p.h b/c/src/lib/libchip/serial/mc68681_p.h
index 7efb36c606..14ab682251 100644
--- a/c/src/lib/libchip/serial/mc68681_p.h
+++ b/c/src/lib/libchip/serial/mc68681_p.h
@@ -224,7 +224,8 @@ extern "C" {
typedef struct _mc68681_context
{
- unsigned8 ucModemCtrl;
+ int mate;
+ unsigned8 ucModemCtrl;
} mc68681_context;
/*