aboutsummaryrefslogtreecommitdiff
path: root/src/core/gdt.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-13 18:09:43 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-13 18:09:43 +0200
commite1e75aa387b1bc2b80df1895131fa9d446bba9ac (patch)
tree12b5a3b412ab4d4c6a24ea894025d6dbf65b8ac1 /src/core/gdt.h
parent5a9a57177f730d1c00ab2b47f91e5ea2660a4f77 (diff)
Cleaning code
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
*/