diff options
Diffstat (limited to 'qemu/roms/ipxe/src/config/umalloc.h')
-rw-r--r-- | qemu/roms/ipxe/src/config/umalloc.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/qemu/roms/ipxe/src/config/umalloc.h b/qemu/roms/ipxe/src/config/umalloc.h new file mode 100644 index 000000000..245c6b4aa --- /dev/null +++ b/qemu/roms/ipxe/src/config/umalloc.h @@ -0,0 +1,16 @@ +#ifndef CONFIG_UMALLOC_H +#define CONFIG_UMALLOC_H + +/** @file + * + * User memory allocation API configuration + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#include <config/defaults.h> + +#include <config/local/umalloc.h> + +#endif /* CONFIG_UMALLOC_H */ |