diff -r d8d70de2bd36 -r 57b9594f5772 kernel/eka/include/drivers/resource.h --- a/kernel/eka/include/drivers/resource.h Wed Aug 18 11:08:29 2010 +0300 +++ b/kernel/eka/include/drivers/resource.h Thu Sep 02 21:54:16 2010 +0300 @@ -12,7 +12,7 @@ // // Description: // e32\include\drivers\resource.h -// +// // WARNING: This file contains some APIs which are internal and are subject // to change without notice. Such APIs should therefore not be used // outside the Kernel and Hardware Services package. @@ -26,18 +26,18 @@ #include //Definition for resource flag setting. Used by PSL. -static const TUint KTypeMask= 0x3; -static const TUint KUsageOffset=0x1F; -static const TUint KLongLatencySetOffset=0x1E; -static const TUint KLongLatencyGetOffset=0x1D; -static const TUint KClassOffset=0x1C; -static const TUint KSenseOffset=0x1A; -static const TUint KShared=0x1U<