소스 검색

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 파일 보기

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

Loading…
취소
저장