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
;
9
uint32_t
offset
;
10
} __attribute__((packed))
idt_info
;
11
12
#endif
idt_info::offset
uint32_t offset
Definition:
idt_info.h:9
idt_info::size
uint16_t size
Definition:
idt_info.h:8
idt_info
Definition:
idt_info.h:6
uint32_t
size_t uint32_t
Unsigned integral type.
Definition:
string.h:8
os
kernel
src
cpu
idt
idt_info.h
Generated by
1.8.13