equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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 // template\template_assp\template_asspcia.h |
|
15 // |
|
16 // |
|
17 |
|
18 #ifndef __TEMPLATE_ASSPCIA_H__ |
|
19 #define __TEMPLATE_ASSPCIA_H__ |
|
20 |
|
21 // CIA symbols for ASSP code? |
|
22 #if defined(__GCC32__) |
|
23 // CIA symbol macros for Gcc98r2 |
|
24 #define CSM_ZN7NTimerQ4TickEv " Tick__7NTimerQ" |
|
25 #elif defined(__ARMCC__) |
|
26 // CIA symbol macros for RVCT |
|
27 #define CSM_ZN7NTimerQ4TickEv " __cpp(NTimerQ::Tick)" |
|
28 #else |
|
29 // CIA symbol macros for EABI assemblers |
|
30 #define CSM_ZN7NTimerQ4TickEv " _ZN7NTimerQ4TickEv" |
|
31 #endif |
|
32 |
|
33 |
|
34 #endif |