mirror of
https://github.com/ipxe/ipxe
synced 2026-01-22 12:08:58 +03:00
[umalloc] Formalise the user memory allocation API
This commit is contained in:
12
src/config/umalloc.h
Normal file
12
src/config/umalloc.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CONFIG_UMALLOC_H
|
||||
#define CONFIG_UMALLOC_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* User memory allocation API configuration
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config/defaults.h>
|
||||
|
||||
#endif /* CONFIG_UMALLOC_H */
|
||||
Reference in New Issue
Block a user