Tools/DiskTool - Added stub MM_GetPhysAddr for vfs/io.c
authorJohn Hodge <[email protected]>
Wed, 8 Aug 2012 02:21:42 +0000 (10:21 +0800)
committerJohn Hodge <[email protected]>
Wed, 8 Aug 2012 02:21:42 +0000 (10:21 +0800)
Tools/DiskTool/src/include/acess.h

index ff2347b..7eff8c9 100644 (file)
@@ -132,5 +132,7 @@ static inline void SHORTLOCK(tShortSpinlock *Lock) {
 }
 static inline void SHORTREL(tShortSpinlock *m) { *m = 0; }
 
+static inline intptr_t MM_GetPhysAddr(void *Ptr) { return 1; }
+
 #endif
 

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