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

7 lines
142 B
C
Raw Normal View History

2005-05-17 15:41:00 +02:00
#ifndef OSLOADER_H
#define OSLOADER_H
extern int prep_segment ( physaddr_t start, physaddr_t mid, physaddr_t end );
#endif /* OSLOADER_H */