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