2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>

* startup/exit.c: Add missing prototypes.
This commit is contained in:
Ralf Corsepius
2008-08-18 21:05:13 +00:00
parent f73fc29d66
commit 3ad0c50ea0
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/exit.c: Add missing prototypes.
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Rework to avoid .rel files.
+1 -1
View File
@@ -17,7 +17,7 @@
#include <rtems/libio.h>
int uart_poll_read(int);
void bsp_reset();
void bsp_reset(void);
void bsp_cleanup(void)
{