forked from Imagelibrary/rtems
2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsppost.c: Fix warning by moving prototype to libcsupport.h.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user