1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-02-24 15:55:41 -05:00
kernel/arch/x86/tss.h

11 lines
193 B
C
Raw Normal View History

2017-11-05 15:16:56 +00:00
#ifndef KERNELMQ_INCLUDED_TSS
#define KERNELMQ_INCLUDED_TSS 1
2017-11-05 15:26:30 +00:00
#include <kernelmq/info.h>
void tss_write_to_gdt(const struct KernelMQ_Info *kinfo, void *gdt_entry);
2017-11-05 15:16:56 +00:00
2017-11-05 15:29:44 +00:00
void tss_flush();
2017-11-05 15:16:56 +00:00
#endif