Fixes for clean ez80 compilation

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1965 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-06-26 19:22:21 +00:00
parent 485013f924
commit 7d37927c61
3 changed files with 17 additions and 6 deletions
+2 -1
View File
@@ -42,6 +42,7 @@
#include <nuttx/config.h>
#include <nuttx/compiler.h>
#include <sys/types.h>
/****************************************************************************
* Definitions
@@ -436,7 +437,7 @@ EXTERN int lib_lowprintf(const char *format, ...);
/* Dump a buffer of data */
EXTERN int lib_dumpbuffer(FAR const char *msg, FAR const ubyte *buffer, unsigned int buflen);
EXTERN void lib_dumpbuffer(FAR const char *msg, FAR const ubyte *buffer, unsigned int buflen);
/* If the cross-compiler's pre-processor does not support variable
* length arguments, then these additional APIs will be built.