aboutsummaryrefslogtreecommitdiff
path: root/src/gdt/gdt.h
blob: 46d80e270f8acee274db490185d6d1a512c2a87a (plain) (blame)
1
2
3
4
5
6
#ifndef MELVIX_GDT_H
#define MELVIX_GDT_H

void gdt_install();

#endif