[rtems commit] powerpc/virtex4/include/bsp.h: Fix warnings

Joel Sherrill joel at rtems.org
Thu Oct 16 13:50:03 UTC 2014


Module:    rtems
Branch:    master
Commit:    6a93975d6f31d09782b03950d1b4d2ba1f46713d
Changeset: http://git.rtems.org/rtems/commit/?id=6a93975d6f31d09782b03950d1b4d2ba1f46713d

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Wed Oct 15 14:24:23 2014 -0500

powerpc/virtex4/include/bsp.h: Fix warnings

---

 c/src/lib/libbsp/powerpc/virtex4/include/bsp.h |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h b/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h
index fda60fd..0b1e106 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h
@@ -1,7 +1,8 @@
-/*  bsp.h
- *
- *  This include file contains all GEN405 board IO definitions.
- *
+/*
+ *  This include file contains all Virtex4 board IO definitions.
+ */
+
+/*
  * derived from helas403/include/bsp.h:
  *  Id: bsp.h,v 1.4 2001/06/18 17:01:48 joel Exp
  *  Author:	Thomas Doerfler <td at imd.m.isar.de>
@@ -75,6 +76,11 @@ void BSP_ask_for_reset(void);
 void BSP_panic(char *s);
 void _BSP_Fatal_error(unsigned int v);
 
+/*
+ * Prototypes for BSP methods shared across file boundaries
+ */
+void zero_bss(void);
+
 #ifdef __cplusplus
 }
 #endif



More information about the vc mailing list