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