AcessNative - Fixes for recent userland changes, cleanups
[tpg/acess2.git] / AcessNative / ld-acess_src / common.h
index 376faa5..9f67e9c 100644 (file)
@@ -36,6 +36,7 @@ static inline int _SysSetMemFlags(uintptr_t Addr, unsigned int flags, unsigned i
        return 0;
 }
 
+
 extern int     AllocateMemory(uintptr_t VirtAddr, size_t ByteCount);
 extern uintptr_t       FindFreeRange(size_t ByteCount, int MaxBits);
 

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