diff options
| author | Michael Brown | 2005-04-09 15:32:26 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-09 15:32:26 +0200 |
| commit | 9cc90cbb073e718982642c25f2b2061bfff5d5fe (patch) | |
| tree | dd6dfd0ff6b4bf0248eacb1e29d150f79dc350eb /src/arch | |
| parent | Relocation code is arch-specific. (diff) | |
| download | ipxe-9cc90cbb073e718982642c25f2b2061bfff5d5fe.tar.gz ipxe-9cc90cbb073e718982642c25f2b2061bfff5d5fe.tar.xz ipxe-9cc90cbb073e718982642c25f2b2061bfff5d5fe.zip | |
First version
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/i386/include/relocate.h | 6 |
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 000000000..b2bebd54f --- /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 */ |
