aboutsummaryrefslogtreecommitdiff
path: root/src/core/gdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gdt.h')
-rw-r--r--src/core/gdt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/gdt.h b/src/core/gdt.h
index 246ddbe..c0c9e05 100644
--- a/src/core/gdt.h
+++ b/src/core/gdt.h
@@ -62,6 +62,8 @@ typedef struct GDT_TSS {
u16 t_reserved, io_map;
} __attribute__((packed)) GDT_TSS;
+extern GDT_TSS TSS;
+
/**
* Copy GDT in memory
*/