<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-10-19)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>

        * include/rtems/btimer.h: Introduce benchmark_timer_t.
        Let benchmark_timer_read return benchmark_timer_t.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2958&r2=text&tr2=1.2959&diff_format=h">M</a></td><td width='1%'>1.2959</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/include/rtems/btimer.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>cpukit/include/rtems/btimer.h</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-10-19    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * include/rtems/btimer.h: Introduce benchmark_timer_t.
+       Let benchmark_timer_read return benchmark_timer_t.
+
</font> 2011-10-18        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        PR 1939/cpukit

<font color='#006600'>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
</font><font color='#997700'>@@ -35,11 +35,13 @@
</font> extern "C" {
 #endif
 
<font color='#000088'>+typedef uint32_t benchmark_timer_t;
+
</font> /* functions */
 
 extern void benchmark_timer_initialize( void );
 
<font color='#880000'>-extern uint32_t   benchmark_timer_read( void );
</font><font color='#000088'>+extern benchmark_timer_t benchmark_timer_read( void );
</font> 
 extern rtems_status_code benchmark_timer_empty_function( void );
 
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>