Modify standard header files to work with RGMP

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3596 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-05-12 18:07:05 +00:00
parent fff9db3c57
commit cd5cb04547
10 changed files with 492 additions and 8 deletions
+7 -3
View File
@@ -41,10 +41,13 @@
****************************************************************************/
#include <nuttx/config.h>
#include <nuttx/compiler.h>
#include <arch/types.h>
#include <limits.h>
#ifdef CONFIG_ARCH_STDBOOL_H
# include <arch/stdbool.h>
#else
# include <nuttx/compiler.h>
# include <arch/types.h>
# include <limits.h>
/****************************************************************************
* Pre-processor Definitions
@@ -289,4 +292,5 @@ typedef _int32_t intmax_t;
typedef _uint32_t uintmax_t;
#endif
#endif /* CONFIG_ARCH_STDBOOL_H */
#endif /* __INCLUDE_STDINT_H */