summaryrefslogtreecommitdiffstats
path: root/arch/x86/gdt/GlobalObj.h
blob: 563a2a95136e671b9c8deb49f5dcb92ed78c6d48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef GDTGLOBALOBJ_H
#define GDTGLOBALOBJ_H
#include "../inc/types.h"
#include "Gdt.h"

extern MngGdt mngGdt;

void mngGdtInit();

#endif