Working on the x86 bit port (caused some changes to try and get it
[tpg/acess2.git] / Kernel / arch / x86_64 / mm_phys.c
index ac1fea4..e5c28c2 100644 (file)
@@ -19,8 +19,8 @@ enum eMMPhys_Ranges
 };
 
 // === IMPORTS ===
-extern void    gKernelBase;
-extern void    gKernelEnd;
+extern char    gKernelBase[];
+extern char    gKernelEnd[];
 
 // === PROTOTYPES ===
 void   MM_InitPhys_Multiboot(tMBoot_Info *MBoot);

UCC git Repository :: git.ucc.asn.au