Rename convenience
This commit is contained in:
parent
54463cc252
commit
530cd72e3a
3 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#include "gdt.hpp"
|
#include "gdt.hpp"
|
||||||
#include "../Types/types.hpp"
|
#include "../Helpers/types.hpp"
|
||||||
|
|
||||||
|
|
||||||
Gdt::Gdt(){
|
Gdt::Gdt(){
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef __GDT__
|
#ifndef __GDT__
|
||||||
#define __GDT__
|
#define __GDT__
|
||||||
|
|
||||||
#include "../Types/types.hpp"
|
#include "../Helpers/types.hpp"
|
||||||
|
|
||||||
//Define GDT pointer
|
//Define GDT pointer
|
||||||
struct gdtPointerStruct{
|
struct gdtPointerStruct{
|
||||||
|
|
Loading…
Add table
Reference in a new issue