mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-05 19:15:05 +00: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 */
|