summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/gdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/gdt.h')
-rw-r--r--arch/x86/include/gdt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/gdt.h b/arch/x86/include/gdt.h
index b8dd2f0..c352f32 100644
--- a/arch/x86/include/gdt.h
+++ b/arch/x86/include/gdt.h
@@ -86,4 +86,6 @@ struct gdt_entry {
uint8_t base_high;
} __attribute__((packed));
+void init_segmentation(void);
+
#endif /* __X86_GDT_H */