summaryrefslogtreecommitdiffstats
path: root/src/include/pxe.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-05 04:24:39 +0100
committerMichael Brown2007-01-05 04:24:39 +0100
commit9780fef360dc381ee6e4cd7e16f10990657eed83 (patch)
tree9b7a506c6c82087f0096c6c49375d5503da8a028 /src/include/pxe.h
parentAdd PXE driver-scanning code, capable of locating all PXE ROMs in a system (diff)
downloadipxe-9780fef360dc381ee6e4cd7e16f10990657eed83.tar.gz
ipxe-9780fef360dc381ee6e4cd7e16f10990657eed83.tar.xz
ipxe-9780fef360dc381ee6e4cd7e16f10990657eed83.zip
Partial implementation of UNDI loader caller.
Diffstat (limited to 'src/include/pxe.h')
-rw-r--r--src/include/pxe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pxe.h b/src/include/pxe.h
index e85e7e270..003ebf125 100644
--- a/src/include/pxe.h
+++ b/src/include/pxe.h
@@ -155,7 +155,7 @@ struct pxe_driver {
/** ROM segment address */
unsigned int rom_segment;
/** UNDI loader entry point */
- SEGOFF16_t loader;
+ SEGOFF16_t loader_entry;
/** Code segment size */
size_t code_size;
/** Data segment size */