Moved idt and idt reg from idt.h to idt.c

Moved idt and idt reg from idt.h to idt.c to fix the make error: multiple definitions of ...
This commit is contained in:
Akshaylal S 2021-05-24 20:44:05 +05:30 committed by GitHub
parent 7aff64740e
commit 8b16fc9eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,6 @@ typedef struct {
} __attribute__((packed)) idt_register_t;
#define IDT_ENTRIES 256
idt_gate_t idt[IDT_ENTRIES];
idt_register_t idt_reg;
/* Functions implemented in idt.c */