leon3/.../bspstart.c: Fix missing prototype warnings

This commit is contained in:
Joel Sherrill
2013-09-22 10:38:31 -05:00
parent 40eea0015f
commit 4650678bb4

View File

@@ -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