2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

Removed references to old callback mechanism

This commit is contained in:
Michael Brown 2005-04-09 11:15:14 +00:00
parent 9c32083d56
commit fedd00dd46

View File

@ -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
***************************************************************************/