mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 01:21:10 +03:00
[umalloc] Formalise the user memory allocation API
This commit is contained in:
12
src/arch/i386/include/bits/umalloc.h
Normal file
12
src/arch/i386/include/bits/umalloc.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _BITS_UMALLOC_H
|
||||
#define _BITS_UMALLOC_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* i386-specific user memory allocation API implementations
|
||||
*
|
||||
*/
|
||||
|
||||
#include <gpxe/memtop_umalloc.h>
|
||||
|
||||
#endif /* _BITS_UMALLOC_H */
|
||||
Reference in New Issue
Block a user