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

* startup/bspstart.c, startup/exit.c: Remove warnings.
This commit is contained in:
Joel Sherrill
2005-01-04 23:27:26 +00:00
parent fac9d06692
commit b1cc4ec912
3 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-01-04 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c, startup/exit.c: Remove warnings.
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build-variant support.

View File

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

View File

@@ -17,7 +17,7 @@
#include <rtems/libio.h>
int uart_poll_read(int);
void BSP_reset();
void bsp_reset();
void bsp_cleanup(void)
{