]> git.sur5r.net Git - freertos/blob - Demo/CORTEX_M4F_M0_LPC43xx_Keil/system/fpu_init.h
Add two Cortex-M4F demo applications.
[freertos] / Demo / CORTEX_M4F_M0_LPC43xx_Keil / system / fpu_init.h
1 /*********************************************************************** \r
2  * $Id: fpu_init.h \r
3  * \r
4  * Project: LPC43xx \r
5  * \r
6  * Description: fpu initialization routine header\r
7  * \r
8  * Copyright(C) 2011, NXP Semiconductor\r
9  * All rights reserved.\r
10  * \r
11  ***********************************************************************\r
12  * Software that is described herein is for illustrative purposes only  \r
13  * which provides customers with programming information regarding the  \r
14  * products. This software is supplied "AS IS" without any warranties.  \r
15  * NXP Semiconductors assumes no responsibility or liability for the \r
16  * use of the software, conveys no license or title under any patent, \r
17  * copyright, or mask work right to the product. NXP Semiconductors \r
18  * reserves the right to make changes in the software without \r
19  * notification. NXP Semiconductors also make no representation or \r
20  * warranty that such application will be suitable for the specified \r
21  * use without further testing or modification. \r
22  **********************************************************************/\r
23 \r
24 #ifndef __FPU_INIT_H \r
25 #define __FPU_INIT_H \r
26 \r
27 void fpuInit(void);\r
28 \r
29 #endif /* __FPU_INIT_H */\r