summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-09 13:15:14 +0200
committerMichael Brown2005-04-09 13:15:14 +0200
commitfedd00dd465204daff02f3e850f183285b024e4f (patch)
treee3e14f56bbb4d6406e024662de9291496aa90724 /src/include/etherboot.h
parentcallbacks.h no longer exists. (diff)
downloadipxe-fedd00dd465204daff02f3e850f183285b024e4f.tar.gz
ipxe-fedd00dd465204daff02f3e850f183285b024e4f.tar.xz
ipxe-fedd00dd465204daff02f3e850f183285b024e4f.zip
Removed references to old callback mechanism
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index f4a4f126..d68423a2 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -180,7 +180,6 @@ External prototypes
***************************************************************************/
/* main.c */
struct Elf_Bhdr;
-extern int in_call(in_call_data_t *data, uint32_t opcode, va_list params);
extern void console_init(void);
extern int main();
extern int loadkernel P((const char *fname));
@@ -343,9 +342,6 @@ extern void serial_fini P((void));
/* floppy.c */
extern int bootdisk P((int dev,int part));
-/* pxe_callbacks.c */
-extern int pxe_in_call ( in_call_data_t *in_call_data, va_list params );
-
/***************************************************************************
External variables
***************************************************************************/