summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/arch/i386/include/bits/umalloc.h
blob: 113f16fd11f947c890ba4a40f9b00a5d39126f45 (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_OR_UBDL );

#include <ipxe/memtop_umalloc.h>

#endif /* _BITS_UMALLOC_H */