david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Split out from etherboot.h

This commit is contained in:
Michael Brown 2005-04-09 15:01:09 +00:00
parent 8570814148
commit 0574136c6d
1 changed files with 10 additions and 0 deletions

View File

@ -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 */