Browse Source

Removed references to old callback mechanism

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
fedd00dd46
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/include/etherboot.h

+ 0
- 4
src/include/etherboot.h View File

@@ -180,7 +180,6 @@ External prototypes
180 180
 ***************************************************************************/
181 181
 /* main.c */
182 182
 struct Elf_Bhdr;
183
-extern int in_call(in_call_data_t *data, uint32_t opcode, va_list params);
184 183
 extern void console_init(void); 
185 184
 extern int main();
186 185
 extern int loadkernel P((const char *fname));
@@ -343,9 +342,6 @@ extern void serial_fini P((void));
343 342
 /* floppy.c */
344 343
 extern int bootdisk P((int dev,int part));
345 344
 
346
-/* pxe_callbacks.c */
347
-extern int pxe_in_call ( in_call_data_t *in_call_data, va_list params );
348
-
349 345
 /***************************************************************************
350 346
 External variables
351 347
 ***************************************************************************/

Loading…
Cancel
Save