00001 /* ndk - [ gdt.h ] 00002 * 00003 * Defines the GDT 00004 * 00005 * (c)2004 dcipher / neuraldk 00006 * www.neuraldk.org 00007 */ 00008 00017 #ifndef __ndk_gdt_h__ 00018 #define __ndk_gdt_h__ 00019 00020 #include "array.h" 00021 00022 extern Array GDT; 00023 00024 #endif 00025