mirror of
https://github.com/ipxe/ipxe
synced 2026-05-14 20:00:42 +03:00
Split out from etherboot.h
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
#ifndef BASEMEM_H
|
||||||
|
#define BASEMEM_H
|
||||||
|
|
||||||
|
#include "stdint.h"
|
||||||
|
|
||||||
|
extern uint32_t get_free_base_memory ( void );
|
||||||
|
extern void * alloc_base_memory ( size_t size );
|
||||||
|
extern void free_base_memory ( void *ptr, size_t size );
|
||||||
|
|
||||||
|
#endif /* BASEMEM_H */
|
||||||
Reference in New Issue
Block a user