瀏覽代碼

First version

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
9cc90cbb07
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      src/arch/i386/include/relocate.h

+ 6
- 0
src/arch/i386/include/relocate.h 查看文件

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

Loading…
取消
儲存