Index: kernel/genarch/include/genarch/multiboot/multiboot.h
===================================================================
--- kernel/genarch/include/genarch/multiboot/multiboot.h	(revision a35b458e9db1ca95e679799dc7c1b12c83359ca3)
+++ kernel/genarch/include/genarch/multiboot/multiboot.h	(revision 84239b1cd7c5ed286263ce4edb649da00b34b249)
@@ -52,5 +52,5 @@
 #define MULTIBOOT_INFO_FLAGS_MMAP	0x40
 
-#ifndef __ASM__
+#ifndef __ASSEMBLER__
 
 #include <typedefs.h>
@@ -77,5 +77,5 @@
 extern void multiboot_info_parse(uint32_t, const multiboot_info_t *);
 
-#endif /* __ASM__ */
+#endif /* __ASSEMBLER__ */
 
 #endif
Index: kernel/genarch/include/genarch/multiboot/multiboot2.h
===================================================================
--- kernel/genarch/include/genarch/multiboot/multiboot2.h	(revision a35b458e9db1ca95e679799dc7c1b12c83359ca3)
+++ kernel/genarch/include/genarch/multiboot/multiboot2.h	(revision 84239b1cd7c5ed286263ce4edb649da00b34b249)
@@ -61,5 +61,5 @@
 #define MULTIBOOT2_VISUAL_EGA      2
 
-#ifndef __ASM__
+#ifndef __ASSEMBLER__
 
 #include <typedefs.h>
@@ -153,5 +153,5 @@
 extern void multiboot2_info_parse(uint32_t, const multiboot2_info_t *);
 
-#endif /* __ASM__ */
+#endif /* __ASSEMBLER__ */
 
 #endif
