os/kernelhwsrv/bsptemplate/asspandvariant/template_variant/replacement_utils/kernel.cia
Update contrib.
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // template\template_variant\replacement_utils\kernel.cia
18 #include <replacement_utils.h>
22 #ifdef USE_REPLACEMENT_UMEMGET
24 EXPORT_C __NAKED__ void kumemget32(TAny* /*aKernAddr*/, const TAny* /*aAddr*/, TInt /*aLength*/)
26 // TO DO (optional): Implement replacement kumemget32
29 EXPORT_C __NAKED__ void umemget32(TAny* /*aKernAddr*/, const TAny* /*aUserAddr*/, TInt /*aLength*/)
31 // TO DO (optional): Implement replacement umemget32
34 EXPORT_C __NAKED__ void kumemget(TAny* /*aKernAddr*/, const TAny* /*aAddr*/, TInt /*aLength*/)
36 // TO DO (optional): Implement replacement kumemget
39 EXPORT_C __NAKED__ void umemget(TAny* /*aKernAddr*/, const TAny* /*aUserAddr*/, TInt /*aLength*/)
41 // TO DO (optional): Implement replacement umemget
44 #endif // USE_REPLACEMENT_UMEMGET
46 #ifdef USE_REPLACEMENT_UMEMPUT
48 EXPORT_C __NAKED__ void kumemput32(TAny* /*aAddr*/, const TAny* /*aKernAddr*/, TInt /*aLength*/)
50 // TO DO (optional): Implement replacement kumemput32
53 EXPORT_C __NAKED__ void umemput32(TAny* /*aUserAddr*/, const TAny* /*aKernAddr*/, TInt /*aLength*/)
55 // TO DO (optional): Implement replacement umemput32
58 EXPORT_C __NAKED__ void kumemput(TAny* /*aAddr*/, const TAny* /*aKernAddr*/, TInt /*aLength*/)
60 // TO DO (optional): Implement replacement kumemput
63 EXPORT_C __NAKED__ void umemput(TAny* /*aUserAddr*/, const TAny* /*aKernAddr*/, TInt /*aLength*/)
65 // TO DO (optional): Implement replacement umemput