summaryrefslogtreecommitdiff
path: root/i386/i386/model_dep.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/model_dep.h')
-rw-r--r--i386/i386/model_dep.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/i386/i386/model_dep.h b/i386/i386/model_dep.h
index c6685d0..a41c474 100644
--- a/i386/i386/model_dep.h
+++ b/i386/i386/model_dep.h
@@ -50,4 +50,11 @@ extern void resettodr (void);
extern void startrtclock (void);
+/*
+ * More-specific code provides these;
+ * they indicate the total extent of physical memory
+ * that we know about and might ever have to manage.
+ */
+extern vm_offset_t phys_first_addr, phys_last_addr;
+
#endif /* _I386AT_MODEL_DEP_H_ */