Eliminating GCC dependencies

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@14 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-02-20 22:39:56 +00:00
parent f2a6057e3d
commit 3c0e634aee
84 changed files with 461 additions and 583 deletions
+7
View File
@@ -40,6 +40,7 @@
* Included Files
************************************************************/
#include <nuttx/config.h>
#include <arch/types.h>
/************************************************************
@@ -110,6 +111,12 @@
* Type Declarations
************************************************************/
#ifndef CONFIG_HAVE_DOUBLE
typedef float double_t;
#else
typedef double double_t;
#endif
/* Misc. scalar types */
typedef uint32 mode_t;