From e3eb5a92ae3991cdfbb5a5cf553eac476bc5822f Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 4 Feb 2022 23:55:05 -0700 Subject: Removed old mem --- include/globals.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/globals.h') diff --git a/include/globals.h b/include/globals.h index 423425f..ff67315 100644 --- a/include/globals.h +++ b/include/globals.h @@ -1,6 +1,5 @@ #ifndef GLOBALS_H #define GLOBALS_H -#include #include #ifndef GLOBALS_C @@ -13,8 +12,6 @@ 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]; -extern void* rpi_heap_top; extern unsigned long nextpid; extern unsigned long stimel; extern unsigned long stimeh; -- cgit v1.2.1