kernel/eka/compsupp/rvct2_2/rvct2_2.h
changeset 43 96e5fb8b040d
child 44 36bfc973b146
equal deleted inserted replaced
-1:000000000000 43:96e5fb8b040d
       
     1 /*
       
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * e32\compsupp\rvct2_2\rvct2_2.h
       
    16 * This is the preinclude file for the rvct 2.2 compiler
       
    17 * It contains all the compiler specific definitions required by the SOS source
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 /**
       
    23  @file
       
    24  @publishedAll
       
    25  @released
       
    26 */
       
    27 
       
    28 #ifdef __ARMCC_VERSION
       
    29 #if (__ARMCC_VERSION < 220435 || __ARMCC_VERSION >= 230000)
       
    30 #error This instantiation of the build requires use of RVCT 2.2 Build 435 (or later)
       
    31 #endif
       
    32 #endif
       
    33 
       
    34 #include <rvct/rvct.h>
       
    35