summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include
diff options
context:
space:
mode:
authorMichael Brown2005-04-09 15:32:26 +0200
committerMichael Brown2005-04-09 15:32:26 +0200
commit9cc90cbb073e718982642c25f2b2061bfff5d5fe (patch)
treedd6dfd0ff6b4bf0248eacb1e29d150f79dc350eb /src/arch/i386/include
parentRelocation code is arch-specific. (diff)
downloadipxe-9cc90cbb073e718982642c25f2b2061bfff5d5fe.tar.gz
ipxe-9cc90cbb073e718982642c25f2b2061bfff5d5fe.tar.xz
ipxe-9cc90cbb073e718982642c25f2b2061bfff5d5fe.zip
First version
Diffstat (limited to 'src/arch/i386/include')
-rw-r--r--src/arch/i386/include/relocate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/i386/include/relocate.h b/src/arch/i386/include/relocate.h
new file mode 100644
index 00000000..b2bebd54
--- /dev/null
+++ b/src/arch/i386/include/relocate.h
@@ -0,0 +1,6 @@
+#ifndef RELOCATE_H
+#define RELOCATE_H
+
+extern void relocate ( void );
+
+#endif /* RELOCATE_H */