http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Provide storage for an undi_device structure representing the preloaded
[people/xl0/gpxe.git]
/
src
/
arch
/
i386
/
include
/
undipreload.h
1
#ifndef _UNDIPRELOAD_H
2
#define _UNDIPRELOAD_H
3
4
/** @file
5
*
6
* Preloaded UNDI stack
7
*
8
*/
9
10
#include <realmode.h>
11
#include <undi.h>
12
13
extern struct undi_device __data16 ( preloaded_undi );
14
#define preloaded_undi __use_data16 ( preloaded_undi )
15
16
#endif /* _UNDIPRELOAD_H */