mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-15 07:41:45 +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 */
|