You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

osloader.h 142B

123456
  1. #ifndef OSLOADER_H
  2. #define OSLOADER_H
  3. extern int prep_segment ( physaddr_t start, physaddr_t mid, physaddr_t end );
  4. #endif /* OSLOADER_H */