summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1987-06-10 09:33:50 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1987-06-10 09:33:50 +0000
commitd13137b124bb247fd8462a592b444c7e358deb9d (patch)
tree7ffa98a34d88eee1da926e2da6d3db07578bcdf1 /h
parent84ff3f5ea71cbb6dc59c659f0305854eaed81293 (diff)
Added __Zephyr_open variable
Diffstat (limited to 'h')
-rw-r--r--h/zephyr/zephyr_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/h/zephyr/zephyr_internal.h b/h/zephyr/zephyr_internal.h
index ed3c655..00db687 100644
--- a/h/zephyr/zephyr_internal.h
+++ b/h/zephyr/zephyr_internal.h
@@ -31,6 +31,7 @@ extern int __Q_Length;
extern int __HM_port;
extern int __HM_length;
+extern int __Zephyr_open;
extern char *__HM_addr;
#define Z_QLength() (__Q_Length)