aboutsummaryrefslogtreecommitdiff
path: root/include/bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bios.h')
-rw-r--r--include/bios.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bios.h b/include/bios.h
index eddca6b..bc96f87 100644
--- a/include/bios.h
+++ b/include/bios.h
@@ -47,6 +47,11 @@ extern bool boot_from_cbfs(void *base, size_t sz);
extern uint16_t e820_seg;
extern uint32_t lowmem;
+extern uint8_t stext;
+extern uint8_t edata;
+extern uint8_t sinit;
+extern uint8_t einit;
+
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
static inline void __attribute__((noreturn)) panic(void)