2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>

* bsppost.c: Fix warning by moving prototype to libcsupport.h.
This commit is contained in:
Joel Sherrill
2008-08-18 21:18:05 +00:00
parent 4243433bb2
commit 371c30d556
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsppost.c: Fix warning by moving prototype to libcsupport.h.
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* tod.c: Add missing prototypes.

View File

@@ -15,12 +15,10 @@
*/
#include <rtems.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <fcntl.h>
void bsp_postdriver_hook(void)
{
extern void open_dev_console(void);
open_dev_console();
}