summaryrefslogtreecommitdiffstats
path: root/arch/x86/gdt/GlobalObj.h
blob: 3c62847cc0afddd23e6d995c434e1b0e3d9960d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef GDTGLOBALOBJ_H
#define GDTGLOBALOBJ_H

#include <types.h>
#include "Gdt.h"

extern MngGdt mngGdt;

void mngGdtInit();

#endif