summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/interface
diff options
context:
space:
mode:
authorMichael Brown2007-01-13 18:23:44 +0100
committerMichael Brown2007-01-13 18:23:44 +0100
commitbd863e4112587900392f4eb4422d5d664a8fb5f8 (patch)
treef5c57c48a06f47da730d00d14e0208400a202fd5 /src/arch/i386/interface
parentPick up the return status code from the correct place now that we (diff)
downloadipxe-bd863e4112587900392f4eb4422d5d664a8fb5f8.tar.gz
ipxe-bd863e4112587900392f4eb4422d5d664a8fb5f8.tar.xz
ipxe-bd863e4112587900392f4eb4422d5d664a8fb5f8.zip
Add header for pxe_boot()
Diffstat (limited to 'src/arch/i386/interface')
-rw-r--r--src/arch/i386/interface/pxe/pxe_call.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/interface/pxe/pxe_call.c b/src/arch/i386/interface/pxe/pxe_call.c
index df32dd7d9..d39c65aac 100644
--- a/src/arch/i386/interface/pxe/pxe_call.c
+++ b/src/arch/i386/interface/pxe/pxe_call.c
@@ -20,6 +20,7 @@
#include <registers.h>
#include <biosint.h>
#include <pxe.h>
+#include <pxe_call.h>
/** @file
*