0
|
1 |
// Copyright (c) 2002-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 "ARM EABI LICENCE.txt"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// in kernel/eka/compsupp.
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// e32\compsupp\rvct2_2\rvct2_2.h
|
|
15 |
// This is the preinclude file for the rvct 2.2 compiler
|
|
16 |
// It contains all the compiler specific definitions required by the SOS source
|
|
17 |
//
|
|
18 |
//
|
|
19 |
|
|
20 |
/**
|
|
21 |
@file
|
|
22 |
@publishedAll
|
|
23 |
@released
|
|
24 |
*/
|
|
25 |
|
|
26 |
#ifdef __ARMCC_VERSION
|
|
27 |
#if (__ARMCC_VERSION < 220435 || __ARMCC_VERSION >= 230000)
|
|
28 |
#error This instantiation of the build requires use of RVCT 2.2 Build 435 (or later)
|
|
29 |
#endif
|
|
30 |
#endif
|
|
31 |
|
|
32 |
#include <rvct/rvct.h>
|
|
33 |
|