mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 02:50:25 +03:00
13 lines
193 B
C
13 lines
193 B
C
|
|
#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 */
|