aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/gdt/gdt.h
blob: de8a6ffb2accb50a67067ada806244f741210a97 (plain) (blame)
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