mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 00:07:27 +03:00
Separated out initialisation functions from startup/shutdown functions.
This commit is contained in:
@@ -17,8 +17,6 @@ enum hidemem_region_id {
|
||||
EXTMEM,
|
||||
};
|
||||
|
||||
extern void hide_etherboot();
|
||||
extern void unhide_etherboot();
|
||||
extern void hide_region ( unsigned int region_id, physaddr_t start,
|
||||
physaddr_t end );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user