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 // omap3530/assp/inc/omap3530_asspcia.h |
|
15 // |
|
16 |
|
17 #ifndef __TEMPLATE_ASSPCIA_H__ |
|
18 #define __TEMPLATE_ASSPCIA_H__ |
|
19 |
|
20 // CIA symbols for ASSP code |
|
21 #if defined(__GCC32__) |
|
22 // CIA symbol macros for Gcc98r2 |
|
23 #define CSM_ZN7NTimerQ4TickEv " Tick__7NTimerQ" |
|
24 #elif defined(__ARMCC__) |
|
25 // CIA symbol macros for RVCT |
|
26 #define CSM_ZN7NTimerQ4TickEv " __cpp(NTimerQ::Tick)" |
|
27 #else |
|
28 // CIA symbol macros for EABI assemblers |
|
29 #define CSM_ZN7NTimerQ4TickEv " _ZN7NTimerQ4TickEv" |
|
30 #endif |
|
31 |
|
32 |
|
33 #endif |