iLLD_TC27xD  1.0
Ifx_TypesTasking.h
Go to the documentation of this file.
1 /**
2  * \file Ifx_TypesTasking.h
3  * \version iLLD_1_0_0_11_0
4  * \copyright Copyright (c) 2012 Infineon Technologies AG. All rights reserved.
5  *
6  *
7  * IMPORTANT NOTICE
8  *
9  *
10  * Infineon Technologies AG (Infineon) is supplying this file for use
11  * exclusively with Infineon's microcontroller products. This file can be freely
12  * distributed within development tools that are supporting such microcontroller
13  * products.
14  *
15  * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
16  * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
17  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
18  * INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL,
19  * OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
20  *
21  */
22 #ifndef IFX_TYPESTASKING_H_
23 #define IFX_TYPESTASKING_H_
24 /******************************************************************************/
25 #define fract __fract // see http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1169.pdf
26 #define sfract __sfract // see http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1169.pdf
27 #define laccum __laccum
28 #define __asm__ __asm
29 /******************************************************************************/
30 
31 /******************************************************************************/
32 
33 #endif /* IFX_TYPESTASKING_H_ */