summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-26 19:12:07 +0200
committerMichael Brown2005-04-26 19:12:07 +0200
commitfda36a0c1a60020dd217fe5dd5f58693ed41c676 (patch)
tree408190541ef39cae95b18558797d94c23ac4b875 /src/include/etherboot.h
parentAdd isapnp_max_csn to reduce scan time. (diff)
downloadipxe-fda36a0c1a60020dd217fe5dd5f58693ed41c676.tar.gz
ipxe-fda36a0c1a60020dd217fe5dd5f58693ed41c676.tar.xz
ipxe-fda36a0c1a60020dd217fe5dd5f58693ed41c676.zip
Added back in the actual call to load().
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index b7b58681..2e76d22a 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -182,7 +182,7 @@ External prototypes
/* main.c */
struct Elf_Bhdr;
extern int main();
-extern int loadkernel P((const char *fname));
+extern int loadkernel P((const char *fname, int (*)(unsigned char *, unsigned int, unsigned int, int)));
extern char as_main_program;
/* nic.c */
extern void rx_qdrain P((void));