grml...
[seabios.git] / src / memmap.h
index 68eb6ac51b941cd841f17a3c794443320483d49a..01c7ddb1f63e609e2b091260a45e94a765d93bc2 100644 (file)
@@ -17,9 +17,7 @@ struct e820entry {
 };
 
 void add_e820(u64 start, u64 size, u32 type);
-void memmap_setup(void);
 void memmap_finalize(void);
-struct e820entry *find_high_area(u32 size);
 
 // A typical OS page size
 #define PAGE_SIZE 4096