diff options
Diffstat (limited to 'roms/ipxe/src/arch/i386/include/bits/umalloc.h')
-rw-r--r-- | roms/ipxe/src/arch/i386/include/bits/umalloc.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/ipxe/src/arch/i386/include/bits/umalloc.h b/roms/ipxe/src/arch/i386/include/bits/umalloc.h new file mode 100644 index 00000000..54fb006f --- /dev/null +++ b/roms/ipxe/src/arch/i386/include/bits/umalloc.h @@ -0,0 +1,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 */ |