소스 검색

Consistency

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
178b0a7e5e
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      src/include/gpxe/init.h

+ 3
- 3
src/include/gpxe/init.h 파일 보기

@@ -1,5 +1,5 @@
1
-#ifndef INIT_H
2
-#define INIT_H
1
+#ifndef _GPXE_INIT_H
2
+#define _GPXE_INIT_H
3 3
 
4 4
 #include <gpxe/tables.h>
5 5
 
@@ -63,4 +63,4 @@ void call_init_fns ( void );
63 63
 void call_reset_fns ( void );
64 64
 void call_exit_fns ( void );
65 65
 
66
-#endif /* INIT_H */
66
+#endif /* _GPXE_INIT_H */

Loading…
취소
저장