summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
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 b7b58681d..2e76d22ab 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));