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