00001 #ifndef _UNDIPRELOAD_H 00002 #define _UNDIPRELOAD_H 00003 00004 /** @file 00005 * 00006 * Preloaded UNDI stack 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER ); 00011 00012 #include <realmode.h> 00013 #include <undi.h> 00014 00015 extern struct undi_device __data16 ( preloaded_undi ); 00016 #define preloaded_undi __use_data16 ( preloaded_undi ) 00017 00018 #endif /* _UNDIPRELOAD_H */
1.5.7.1