Update contrib.
1 // Copyright (c) 2008-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 // e32test\device\d_ldd2.h
18 #if !defined(__D_LDD2_H__)
21 #ifndef __KERNEL_MODE__
25 IMPORT_C TInt LinkedTest1();
26 IMPORT_C TInt LinkedTest2();
27 IMPORT_C TInt LinkedTest3();
28 IMPORT_C TInt LinkedTest4();
29 IMPORT_C TInt LinkedTest5();
30 IMPORT_C TInt LinkedTest6(TInt aValue);
31 IMPORT_C TUint32 LinkedTest7();
32 IMPORT_C void LinkedTest8(TUint32 aValue);
33 IMPORT_C TInt LinkedTest9();