MicrOS
idt_info.h
Go to the documentation of this file.
1 #ifndef IDT_INFO_H
2 #define IDT_INFO_H
3 
4 #include <stdint.h>
5 
6 typedef struct idt_info
7 {
8  uint16_t size;
10 } __attribute__((packed)) idt_info;
11 
12 #endif
uint32_t offset
Definition: idt_info.h:9
uint16_t size
Definition: idt_info.h:8
Definition: idt_info.h:6
size_t uint32_t
Unsigned integral type.
Definition: string.h:8