aboutsummaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/globals.h')
-rw-r--r--include/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/globals.h b/include/globals.h
index 2d1f7a4..423425f 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -9,6 +9,8 @@ extern unsigned long cntfrq;
extern char* os_name;
extern char* os_info_v;
+unsigned char kmem_begin[0x2000000];
+unsigned char kmem_lookup[0xD000];
extern unsigned long exe_cnt;
extern struct Mutex exe_cnt_m;
extern unsigned char rpi_heap[MAX_MM];