X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86_64%2Finclude%2Farch.h;h=ec7444c7a2143885487a61eaf653ac22cbe5d272;hb=af67042b8d7f05fe76583aef1afb2022b519a1aa;hp=633b167e59dedf7d06701af078d22cb55eb19b16;hpb=d0b4559f2936f6d9f06be0f7c3c51527a480ec0d;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/arch/x86_64/include/arch.h b/KernelLand/Kernel/arch/x86_64/include/arch.h index 633b167e..ec7444c7 100644 --- a/KernelLand/Kernel/arch/x86_64/include/arch.h +++ b/KernelLand/Kernel/arch/x86_64/include/arch.h @@ -43,7 +43,6 @@ typedef Uint64 Uint; typedef Uint64 tPAddr; typedef Uint64 tVAddr; -typedef Uint64 size_t; typedef char BOOL; #define __ASM__ __asm__ __volatile__ @@ -106,8 +105,5 @@ extern void SHORTREL(struct sShortSpinlock *Lock); extern void Debug_PutCharDebug(char ch); extern void Debug_PutStringDebug(const char *Str); -// TODO: Move this to acess.h -extern tPAddr MM_AllocateZero(tVAddr VAddr); - #endif