forked from Imagelibrary/rtems
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/bootcard.h, bootcard.c, bsplibc.c: Changed parameter types of bsp_libc_init() to match RTEMS_Malloc_Initialize(). * bsppost.c, bsppredriverhook.c: Include bootcard.h. * src/irq-generic.c: Fixed warnings.
This commit is contained in:
@@ -14,9 +14,12 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/libcsupport.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <bsp/bootcard.h>
|
||||
|
||||
void bsp_postdriver_hook(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user