david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Relocation code is arch-specific.

This commit is contained in:
Michael Brown 2005-04-09 13:28:59 +00:00
parent 64d3886c1d
commit c8c7d93757
1 changed files with 0 additions and 6 deletions

View File

@ -276,12 +276,6 @@ extern void forget_prefix_base_memory ( void );
extern void forget_runtime_base_memory ( uint32_t old_addr );
extern unsigned long get_boot_order(unsigned long order, unsigned *index);
#ifndef NORELOCATE
extern void relocate(void);
extern void relocate_to(unsigned long phys_dest);
#else
#define relocate() do {} while(0)
#endif
extern void disk_init P((void));
extern unsigned int pcbios_disk_read P((int drv,int c,int h,int s,char *buf));