diff options
Diffstat (limited to 'src/arch/x86/include/undipreload.h')
-rw-r--r-- | src/arch/x86/include/undipreload.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/arch/x86/include/undipreload.h b/src/arch/x86/include/undipreload.h new file mode 100644 index 000000000..57f493cec --- /dev/null +++ b/src/arch/x86/include/undipreload.h @@ -0,0 +1,18 @@ +#ifndef _UNDIPRELOAD_H +#define _UNDIPRELOAD_H + +/** @file + * + * Preloaded UNDI stack + * + */ + +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +#include <realmode.h> +#include <undi.h> + +extern struct undi_device __data16 ( preloaded_undi ); +#define preloaded_undi __use_data16 ( preloaded_undi ) + +#endif /* _UNDIPRELOAD_H */ |