aboutsummaryrefslogtreecommitdiff
path: root/arch/i686/include/gdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i686/include/gdt.h')
-rw-r--r--arch/i686/include/gdt.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/i686/include/gdt.h b/arch/i686/include/gdt.h
index 6badf84..9148c3d 100644
--- a/arch/i686/include/gdt.h
+++ b/arch/i686/include/gdt.h
@@ -47,11 +47,6 @@ _Static_assert(sizeof(struct SegmentDescriptor_t) == 8);
void SegmentDescriptor(struct SegmentDescriptor_t *self, unsigned base, unsigned limit, uint8_t access);
-struct __attribute__((packed)) Pointer {
- uint16_t limit;
- uint32_t base;
-};
-
void gdt_install();
enum SegmentIndex {