summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip/serial/mc68681_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libchip/serial/mc68681_p.h')
-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;
/*