#ifndef MELVIX_GDT_H
#define MELVIX_GDT_H

void gdt_install();

#endif