summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/heap.h
blob: f2793751959ecb18f6688d473a0f8ae263cd89f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _GPXE_HEAP_H
#define _GPXE_HEAP_H

/**
 * @file
 *
 * Heap
 *
 */

extern char heap[];

extern void init_heap ( void );

#endif /* _GPXE_HEAP_H */