mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
7 lines
142 B
C
7 lines
142 B
C
#ifndef OSLOADER_H
|
|
#define OSLOADER_H
|
|
|
|
extern int prep_segment ( physaddr_t start, physaddr_t mid, physaddr_t end );
|
|
|
|
#endif /* OSLOADER_H */
|