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.

undipreload.h 313B

123456789101112131415161718
  1. #ifndef _UNDIPRELOAD_H
  2. #define _UNDIPRELOAD_H
  3. /** @file
  4. *
  5. * Preloaded UNDI stack
  6. *
  7. */
  8. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
  9. #include <realmode.h>
  10. #include <undi.h>
  11. extern struct undi_device __data16 ( preloaded_undi );
  12. #define preloaded_undi __use_data16 ( preloaded_undi )
  13. #endif /* _UNDIPRELOAD_H */