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
gdt.h
tss_entry.h
tss_fill_entry
void tss_fill_entry(uint32_t esp0, uint32_t ss0)
Definition:
tss.c:14
tss_init
void tss_init()
Definition:
tss.c:5
uint32_t
size_t uint32_t
Unsigned integral type.
Definition:
string.h:8
os
kernel
src
cpu
tss
tss.h
Generated by
1.8.13