change log for rtems (2011-10-19)
rtems-vc at rtems.org
rtems-vc at rtems.org
Wed Oct 19 15:10:12 UTC 2011
*ralf*:
2011-10-19 Ralf Corsépius <ralf.corsepius at rtems.org>
* include/rtems/btimer.h: Introduce benchmark_timer_t.
Let benchmark_timer_read return benchmark_timer_t.
M 1.2959 cpukit/ChangeLog
M 1.2 cpukit/include/rtems/btimer.h
diff -u rtems/cpukit/ChangeLog:1.2958 rtems/cpukit/ChangeLog:1.2959
--- rtems/cpukit/ChangeLog:1.2958 Wed Oct 19 02:25:09 2011
+++ rtems/cpukit/ChangeLog Wed Oct 19 10:06:03 2011
@@ -1,3 +1,8 @@
+2011-10-19 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * include/rtems/btimer.h: Introduce benchmark_timer_t.
+ Let benchmark_timer_read return benchmark_timer_t.
+
2011-10-18 Sebastian Huber <sebastian.huber at embedded-brains.de>
PR 1939/cpukit
diff -u rtems/cpukit/include/rtems/btimer.h:1.1 rtems/cpukit/include/rtems/btimer.h:1.2
--- rtems/cpukit/include/rtems/btimer.h:1.1 Wed Feb 9 00:15:53 2011
+++ rtems/cpukit/include/rtems/btimer.h Wed Oct 19 10:06:04 2011
@@ -35,11 +35,13 @@
extern "C" {
#endif
+typedef uint32_t benchmark_timer_t;
+
/* functions */
extern void benchmark_timer_initialize( void );
-extern uint32_t benchmark_timer_read( void );
+extern benchmark_timer_t benchmark_timer_read( void );
extern rtems_status_code benchmark_timer_empty_function( void );
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20111019/c5356a61/attachment-0001.html>
More information about the vc
mailing list