[rtems commit] powerpc/score603e/include/bsp.h: Add prototypes to fix warnings

Joel Sherrill joel at rtems.org
Mon Oct 13 16:27:40 UTC 2014


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

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sun Oct 12 14:01:26 2014 -0500

powerpc/score603e/include/bsp.h: Add prototypes to fix warnings

---

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

diff --git a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
index 95b89e4..f6e3c5a 100644
--- a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
@@ -196,6 +196,12 @@ unsigned int SCORE603e_FLASH_Enable_writes(
 #define Convert_Endian_16( _data ) \
   ( ((_data&0x00ff)<<8) | ((_data&0xff00)>>8) )
 
+/*
+ *  Interfaces to required Clock Driver support methods
+ */
+int BSP_disconnect_clock_handler(void);
+int BSP_connect_clock_handler(void);
+
 #endif /* ASM */
 
 #ifdef __cplusplus



More information about the vc mailing list