kerneltest/e32test/device/d_ldd2.h
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // e32test\device\d_ldd2.h
       
    15 // 
       
    16 //
       
    17 
       
    18 #if !defined(__D_LDD2_H__)
       
    19 #define __D_LDD2_H__
       
    20 #include <e32cmn.h>
       
    21 #ifndef __KERNEL_MODE__
       
    22 #include <e32std.h>
       
    23 #endif
       
    24 
       
    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();
       
    34 
       
    35 #endif
       
    36