X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=misc%2Ftest_vm%2Finclude%2Fgeekos%2Fgdt.h;fp=misc%2Ftest_vm%2Finclude%2Fgeekos%2Fgdt.h;h=0000000000000000000000000000000000000000;hp=3ae7b2b7358dcb2a4c5473e4ac275c07e5eb6968;hb=a70930549d1b741704dd7af4e6bb0e89f6f8a519;hpb=afb634a80f946634454a5d067a92aa600227bd93 diff --git a/misc/test_vm/include/geekos/gdt.h b/misc/test_vm/include/geekos/gdt.h deleted file mode 100644 index 3ae7b2b..0000000 --- a/misc/test_vm/include/geekos/gdt.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Initialize kernel GDT. - * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ - * - * This is free software. You are permitted to use, - * redistribute, and modify it as specified in the file "COPYING". - */ - -#ifndef GEEKOS_GDT_H -#define GEEKOS_GDT_H - -struct Segment_Descriptor; - -void DumpGDT(); -void Init_GDT(void); -struct Segment_Descriptor* Allocate_Segment_Descriptor(void); -void Free_Segment_Descriptor(struct Segment_Descriptor* desc); -int Get_Descriptor_Index(struct Segment_Descriptor* desc); - - -#endif /* GEEKOS_GDT_H */