summaryrefslogtreecommitdiff
path: root/arch/i386/include/kernel/multiboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/include/kernel/multiboot.h')
-rw-r--r--arch/i386/include/kernel/multiboot.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/i386/include/kernel/multiboot.h b/arch/i386/include/kernel/multiboot.h
index 5825816..abbd8a9 100644
--- a/arch/i386/include/kernel/multiboot.h
+++ b/arch/i386/include/kernel/multiboot.h
@@ -99,6 +99,4 @@ struct mboot_mmap_entry {
uint32_t type;
} __attribute__((packed));
-void i386_entry(uint32_t mboot_magic, struct mboot_info *header);
-
#endif