mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 13:11:11 +03:00
Provide storage for an undi_device structure representing the preloaded
UNDI stack.
This commit is contained in:
16
src/arch/i386/include/undipreload.h
Normal file
16
src/arch/i386/include/undipreload.h
Normal 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 */
|
||||
Reference in New Issue
Block a user