sl@0: // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: extern "C" IMPORT_C TUint32 Read1(); sl@0: extern "C" IMPORT_C TUint32 Read2(); sl@0: extern "C" IMPORT_C TUint32 Read3(); sl@0: extern "C" IMPORT_C TUint32 Read4(); sl@0: extern "C" IMPORT_C TUint32 Read5(); sl@0: extern "C" IMPORT_C TUint32 Read6(); sl@0: extern "C" IMPORT_C TUint32 Read7(TInt); sl@0: extern "C" EXPORT_C TUint32 Read8(); sl@0: extern "C" EXPORT_C TUint32 Read9(); sl@0: extern "C" EXPORT_C const TUint32* GetDataAddress(); sl@0: extern "C" EXPORT_C TUint32 GetSizeOfData(); sl@0: sl@0: typedef enum sl@0: { sl@0: KTest1Page1Value = 0, sl@0: KTest1Page2BoundariesValue, sl@0: KTest2Page2Value, sl@0: KTest2Page2BoundaryValue, sl@0: KTest3Page4BoundaryValue, sl@0: KTest128Page128Value, sl@0: KTestNumberOfThread sl@0: } ETestReadType;