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

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


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

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

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

---

 c/src/lib/libbsp/powerpc/virtex5/include/bsp.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h b/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h
index c5d2dd9..6a7ef29 100644
--- a/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h
@@ -94,6 +94,11 @@ extern unsigned int BSP_time_base_divisor;
 int BSP_disconnect_clock_handler(void);
 int BSP_connect_clock_handler(void);
 
+/*
+ * Prototypes for BSP methods shared across file boundaries
+ */
+void zero_bss(void);
+
 #endif /* ASM */
 
 void BSP_ask_for_reset(void);



More information about the vc mailing list