blob: 54fb006f04d76027bc95fe444b85834264245105 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef _BITS_UMALLOC_H
#define _BITS_UMALLOC_H
/** @file
*
* i386-specific user memory allocation API implementations
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/memtop_umalloc.h>
#endif /* _BITS_UMALLOC_H */
|