aboutsummaryrefslogtreecommitdiff
path: root/src/gdt/gdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdt/gdt.h')
-rw-r--r--src/gdt/gdt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gdt/gdt.h b/src/gdt/gdt.h
new file mode 100644
index 0000000..46d80e2
--- /dev/null
+++ b/src/gdt/gdt.h
@@ -0,0 +1,6 @@
+#ifndef MELVIX_GDT_H
+#define MELVIX_GDT_H
+
+void gdt_install();
+
+#endif