aboutsummaryrefslogtreecommitdiff
path: root/include/04.idt/idt7.h
blob: fe1bff512ca1d1fa0a405f587da97efd598076cd (plain)
1
2
3
4
5
struct idt_pointer
{
    uint16_t size;
    uint32_t offset;
} __attribute__((packed));