mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
First version
This commit is contained in:
6
src/include/osloader.h
Normal file
6
src/include/osloader.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef OSLOADER_H
|
||||
#define OSLOADER_H
|
||||
|
||||
extern int prep_segment ( physaddr_t start, physaddr_t mid, physaddr_t end );
|
||||
|
||||
#endif /* OSLOADER_H */
|
||||
Reference in New Issue
Block a user