Sfoglia il codice sorgente

First version

tags/v0.9.3
Michael Brown 19 anni fa
parent
commit
9cc90cbb07
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      src/arch/i386/include/relocate.h

+ 6
- 0
src/arch/i386/include/relocate.h Vedi 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…
Annulla
Salva