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

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


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

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

powerpc/virtex5/include/bsp.h: Add prototypes to 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 8558faa..c5d2dd9 100644
--- a/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h
@@ -88,6 +88,11 @@ extern unsigned int BSP_time_base_divisor;
 #define BSP_Convert_decrementer( _value ) \
   ((unsigned long long) ((((unsigned long long)BSP_time_base_divisor) * 1000000ULL) /((unsigned long long) BSP_bus_frequency)) * ((unsigned long long) (_value)))
 
+/*
+ *  Interfaces to required Clock Driver support methods
+ */
+int BSP_disconnect_clock_handler(void);
+int BSP_connect_clock_handler(void);
 
 #endif /* ASM */
 



More information about the vc mailing list