summaryrefslogblamecommitdiffstats
path: root/src/arch/x86/include/undipreload.h
blob: 57f493cecc7c9cde05e8befd757ae3f07325cae8 (plain) (tree)
1
2
3
4
5
6
7
8
9








                       
                                       
 






                                                      
#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 */