#ifndef __FENNIX_KERNEL_GDT_H__ #define __FENNIX_KERNEL_GDT_H__ #include namespace GlobalDescriptorTable { void Init(int Core); } #endif // !__FENNIX_KERNEL_GDT_H__