forked from Imagelibrary/rtems
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/bspstart.c: Remove unnecessary includes of rtems/libcsupport.h and rtems/libio.h.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* shared/bspstart.c: Remove unnecessary includes of rtems/libcsupport.h
|
||||||
|
and rtems/libio.h.
|
||||||
|
|
||||||
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* shared/bspstart.c: Use shared bsp_get_work_area() in its own file and
|
* shared/bspstart.c: Use shared bsp_get_work_area() in its own file and
|
||||||
|
|||||||
@@ -19,12 +19,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bsp/bootcard.h>
|
#include <bsp/bootcard.h>
|
||||||
#include <rtems/libio.h>
|
|
||||||
#include <rtems/libcsupport.h>
|
|
||||||
#include <rtems/bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user