david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/osloader.h
2005-05-17 13:41:00 +00:00

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