kernel/eka/include/kernel/kernel.h
changeset 139 95f71bcdcdb7
parent 90 947f0dc9f7a8
child 176 af6ec97d9189
equal deleted inserted replaced
109:b3a1d9898418 139:95f71bcdcdb7
     1 // Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1994-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   227 */
   227 */
   228 const TUint8 KMutexOrdGeneral0			= 0xf0;
   228 const TUint8 KMutexOrdGeneral0			= 0xf0;
   229 
   229 
   230 
   230 
   231 const TUint8 KMutexOrdRamDrive			= KMutexOrdGeneral7; /**< @internalComponent */
   231 const TUint8 KMutexOrdRamDrive			= KMutexOrdGeneral7; /**< @internalComponent */
   232 const TUint8 KMutexOrdDmaChannel		= 0x70; /**< @internalComponent */
       
   233 const TUint8 KMutexOrdShPool			= 0x68; /**< @internalComponent */
   232 const TUint8 KMutexOrdShPool			= 0x68; /**< @internalComponent */
   234 const TUint8 KMutexOrdCodeSegLock		= 0x60; /**< @internalComponent */
   233 const TUint8 KMutexOrdCodeSegLock		= 0x60; /**< @internalComponent */
   235 const TUint8 KMutexOrdPubSub2			= 0x5e; /**< @internalComponent */
   234 const TUint8 KMutexOrdPubSub2			= 0x5e; /**< @internalComponent */
   236 
   235 
   237 /**
   236 /**