Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers fpu_enable.h Source File

fpu_enable.h

00001 /***********************************************************************
00002  * $Id: fpu_enable.h
00003  *
00004  * Project: LPC43xx
00005  *
00006  * Description: fpu initialization routine header
00007  *
00008  * Copyright(C) 2011, NXP Semiconductor
00009  * All rights reserved.
00010  *
00011  ***********************************************************************
00012  * Software that is described herein is for illustrative purposes only
00013  * which provides customers with programming information regarding the
00014  * products. This software is supplied "AS IS" without any warranties.
00015  * NXP Semiconductors assumes no responsibility or liability for the
00016  * use of the software, conveys no license or title under any patent,
00017  * copyright, or mask work right to the product. NXP Semiconductors
00018  * reserves the right to make changes in the software without
00019  * notification. NXP Semiconductors also make no representation or
00020  * warranty that such application will be suitable for the specified
00021  * use without further testing or modification.
00022  **********************************************************************/
00023 
00024 #ifndef __FPU_ENABLE_H
00025 #define __FPU_ENABLE_H
00026 
00027 #if defined(__ARMCC_VERSION)
00028 void fpuEnable(void) __attribute__((section("BOOTSTRAP_CODE")));
00029 #else
00030 extern void fpuEnable(void);
00031 #endif
00032 
00033 #endif /* __FPU_ENABLE_H */