summaryrefslogtreecommitdiff
path: root/com32/chain/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/chain/common.h')
-rw-r--r--com32/chain/common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/com32/chain/common.h b/com32/chain/common.h
new file mode 100644
index 00000000..b170a732
--- /dev/null
+++ b/com32/chain/common.h
@@ -0,0 +1,9 @@
+#ifndef _COM32_CHAIN_COMMON_H
+#define _COM32_CHAIN_COMMON_H
+
+#define ADDRMAX 0x9EFFFu
+#define ADDRMIN 0x500u
+
+#endif
+
+/* vim: set ts=8 sts=4 sw=4 noet: */