diff options
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 */ |
