[rtems commit] leon3/.../bspstart.c: Fix missing prototype warnings
Joel Sherrill
joel at rtems.org
Sun Sep 22 15:32:20 UTC 2013
Module: rtems
Branch: master
Commit: 4650678bb4f8d9a59f1f94c35cde6719a3f5c53b
Changeset: http://git.rtems.org/rtems/commit/?id=4650678bb4f8d9a59f1f94c35cde6719a3f5c53b
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Sun Sep 22 10:38:31 2013 -0500
leon3/.../bspstart.c: Fix missing prototype warnings
---
c/src/lib/libbsp/sparc/leon3/startup/bspstart.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c b/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
index f53f581..6ab2ce4 100644
--- a/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
+++ b/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
@@ -4,7 +4,7 @@
* The generic CPU dependent initialization has been performed
* before any of these are invoked.
*
- * COPYRIGHT (c) 1989-2007.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* Modified for LEON3 BSP.
@@ -16,9 +16,9 @@
* http://www.rtems.com/license/LICENSE.
*/
-
#include <bsp.h>
#include <rtems/bspIo.h>
+#include <bsp/bootcard.h>
/*
* Tells us if data cache snooping is available
More information about the vc
mailing list