1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-02-17 15:45:37 -05:00
kernel/kernelmq/tss.h

11 lines
184 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-09 16:00:36 +00:00
#include "info.h"
2017-11-05 15:26:30 +00:00
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