aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2005-04-09 13:28:59 +0000
committerMichael Brown <mcb30@etherboot.org>2005-04-09 13:28:59 +0000
commitc8c7d937577c59ac42bbc5dba157ac2b533d37dc (patch)
treee356eb9474c62b776991145e1828323319982494 /src/include/etherboot.h
parent64d3886c1d7213b054a3cc7bef9762cb8d61969b (diff)
downloadipxe-c8c7d937577c59ac42bbc5dba157ac2b533d37dc.tar.gz
Relocation code is arch-specific.
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index d68423a2b..585e92a74 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -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));