#ifndef _GPXE_HEAP_H #define _GPXE_HEAP_H /** * @file * * Heap * */ extern char heap[]; extern void init_heap ( void ); #endif /* _GPXE_HEAP_H */