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