1 2 3 4 5 6 7 8 9
#ifndef MELVIX_GDT_H #define MELVIX_GDT_H /** * Installs the Global Descriptor Table */ void gdt_install(); #endif