forked from Imagelibrary/rtems
leon3/.../bspstart.c: Fix missing prototype warnings
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
* The generic CPU dependent initialization has been performed
|
* The generic CPU dependent initialization has been performed
|
||||||
* before any of these are invoked.
|
* before any of these are invoked.
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-2007.
|
* COPYRIGHT (c) 1989-2013.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* Modified for LEON3 BSP.
|
* Modified for LEON3 BSP.
|
||||||
@@ -16,9 +16,9 @@
|
|||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
|
#include <bsp/bootcard.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Tells us if data cache snooping is available
|
* Tells us if data cache snooping is available
|
||||||
|
|||||||
Reference in New Issue
Block a user