summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown2005-05-17 15:39:27 +0200
committerMichael Brown2005-05-17 15:39:27 +0200
commit7205f0846c606cf404833036e1e41db37bd9e77a (patch)
treed31ab1e38456e5a28e24c914d8a16bc23c0ba508 /src/include/etherboot.h
parentAdd twiddle() so that progress is visible. (diff)
downloadipxe-7205f0846c606cf404833036e1e41db37bd9e77a.tar.gz
ipxe-7205f0846c606cf404833036e1e41db37bd9e77a.tar.xz
ipxe-7205f0846c606cf404833036e1e41db37bd9e77a.zip
Heap function prototypes moved to heap.h
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index 8ae65bac..e61a711f 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -208,14 +208,6 @@ extern void cleanup P((void));
/* config.c */
extern void print_config(void);
-/* heap.c */
-extern void *allot(size_t size);
-void forget(void *ptr);
-extern void *allot2(size_t size, uint32_t mask);
-void forget2(void *ptr);
-/* Physical address of the heap */
-extern size_t heap_ptr, heap_top, heap_bot;
-
/* osloader.c */
/* Be careful with sector_t it is an unsigned long long on x86 */
typedef uint64_t sector_t;