Ver código fonte

First version

tags/v0.9.3
Michael Brown 19 anos atrás
pai
commit
9cc90cbb07
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6
    0
      src/arch/i386/include/relocate.h

+ 6
- 0
src/arch/i386/include/relocate.h Ver arquivo

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

Carregando…
Cancelar
Salvar