Provide storage for an undi_device structure representing the preloaded

UNDI stack.
This commit is contained in:
Michael Brown
2007-01-09 02:29:18 +00:00
parent 47222d5ed8
commit 937289cdc8
2 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#ifndef _UNDIPRELOAD_H
#define _UNDIPRELOAD_H
/** @file
*
* Preloaded UNDI stack
*
*/
#include <realmode.h>
#include <undi.h>
extern struct undi_device __data16 ( preloaded_undi );
#define preloaded_undi __use_data16 ( preloaded_undi )
#endif /* _UNDIPRELOAD_H */