aboutsummaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-04 23:55:05 -0700
committerChristian Cunningham <cc@localhost>2022-02-04 23:55:05 -0700
commite3eb5a92ae3991cdfbb5a5cf553eac476bc5822f (patch)
treeb6f8b98b8e9b970dc08c218c07b1351b0eaf2944 /include/globals.h
parent1b14e08247393af5f4e8f2a3c31406ce750ca2f0 (diff)
Removed old mem
Diffstat (limited to 'include/globals.h')
-rw-r--r--include/globals.h3
1 files changed, 0 insertions, 3 deletions
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 <lib/mem.h>
#include <sys/schedule.h>
#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;