mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
Added back in the actual call to load().
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user