2008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>

* startup/bspstart.c: Add include of rtems/libio.h.
This commit is contained in:
Joel Sherrill
2008-09-18 17:34:38 +00:00
parent bd9b68fc3b
commit a714cb4e0d
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: Add include of rtems/libio.h.
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this

View File

@@ -19,6 +19,7 @@
#include <bsp.h>
#include <rtems/bspIo.h>
#include <rtems/libio.h>
#include <libcpu/cpuIdent.h>
#define DEBUG 1