2005-04-26 Joel Sherrill <joel@OARcorp.com>

* startup/bspstart.c: Add include rtems/bspIo.h to eliminate warning.
This commit is contained in:
Joel Sherrill
2005-04-26 23:02:05 +00:00
parent 327e0fcd92
commit 17a5e1d8f4
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
2005-04-26 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Add include rtems/bspIo.h to eliminate warning.

View File

@@ -17,6 +17,7 @@
#include <bsp.h>
#include <rtems/libcsupport.h>
#include <rtems/libio.h>
#include <rtems/bspIo.h>
#include <s3c2400.h>
/*-------------------------------------------------------------------------+