summaryrefslogtreecommitdiff
path: root/Kernel/BootInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/BootInfo.h')
-rw-r--r--Kernel/BootInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/BootInfo.h b/Kernel/BootInfo.h
index 48330cce7d..d19faec40f 100644
--- a/Kernel/BootInfo.h
+++ b/Kernel/BootInfo.h
@@ -28,7 +28,7 @@ extern "C" PhysicalAddress boot_pdpt;
extern "C" PhysicalAddress boot_pd0;
extern "C" PhysicalAddress boot_pd_kernel;
extern "C" Kernel::PageTableEntry* boot_pd_kernel_pt1023;
-extern "C" const char* kernel_cmdline;
+extern "C" char const* kernel_cmdline;
extern "C" u32 multiboot_flags;
extern "C" multiboot_memory_map_t* multiboot_memory_map;
extern "C" size_t multiboot_memory_map_count;