Explorar o código

add pragma once

greatbridf %!s(int64=4) %!d(string=hai) anos
pai
achega
17b272f978
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  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);