소스 검색

add pragma once

greatbridf 4 년 전
부모
커밋
17b272f978
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      include/asm/boot.h
  2. 2 0
      include/kernel_main.h

+ 2 - 0
include/asm/boot.h

@@ -1,3 +1,5 @@
+#pragma once
+
 #include <types/stdint.h>
 
 struct gdt_descriptor {

+ 2 - 0
include/kernel_main.h

@@ -1 +1,3 @@
+#pragma once
+
 void kernel_main(void);