david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Heap function prototypes moved to heap.h

This commit is contained in:
Michael Brown 2005-05-17 13:39:27 +00:00
parent a5f2942587
commit 7205f0846c
1 changed files with 0 additions and 8 deletions

View File

@ -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;