os/cpu/i386/gdt.h

8 lines
78 B
C

#ifndef GDT_H
#define GDT_H
void gdt_init();
void tss_stack_reset();
#endif