MicrOS
tss.h
Go to the documentation of this file.
1 #ifndef TSS_H
2 #define TSS_H
3 
4 #include "tss_entry.h"
5 #include "cpu/gdt/gdt.h"
6 
7 void tss_init();
8 void tss_fill_entry(uint32_t esp0, uint32_t ss0);
9 
10 #endif
void tss_fill_entry(uint32_t esp0, uint32_t ss0)
Definition: tss.c:14
void tss_init()
Definition: tss.c:5
size_t uint32_t
Unsigned integral type.
Definition: string.h:8