Browse Source

First version

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
9cc90cbb07
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      src/arch/i386/include/relocate.h

+ 6
- 0
src/arch/i386/include/relocate.h View File

@@ -0,0 +1,6 @@
1
+#ifndef RELOCATE_H
2
+#define RELOCATE_H
3
+
4
+extern void relocate ( void );
5
+
6
+#endif /* RELOCATE_H */

Loading…
Cancel
Save