<!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 (2010-06-01)</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>2010-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>

        * include/bsp.h: Add prototypes for BSP_disconnect_clock_handler,
        BSP_connect_clock_handler.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/ss555/ChangeLog.diff?r1=text&tr1=1.63&r2=text&tr2=1.64&diff_format=h">M</a></td><td width='1%'>1.64</td><td width='100%'>c/src/lib/libbsp/powerpc/ss555/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/ss555/include/bsp.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>c/src/lib/libbsp/powerpc/ss555/include/bsp.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/ss555/ChangeLog:1.63 rtems/c/src/lib/libbsp/powerpc/ss555/ChangeLog:1.64
--- rtems/c/src/lib/libbsp/powerpc/ss555/ChangeLog:1.63 Wed Apr 28 12:17:47 2010
+++ rtems/c/src/lib/libbsp/powerpc/ss555/ChangeLog      Tue Jun  1 22:34:37 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-06-02    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * include/bsp.h: Add prototypes for BSP_disconnect_clock_handler,<span style="background-color: #FF0000"> </span>
+       BSP_connect_clock_handler.
+
</font> 2010-04-28        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * irq/irq.h, startup/iss555.c, startup/tm27supp.c: Remove warnings.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/ss555/include/bsp.h:1.14 rtems/c/src/lib/libbsp/powerpc/ss555/include/bsp.h:1.15
--- rtems/c/src/lib/libbsp/powerpc/ss555/include/bsp.h:1.14     Thu Sep 18 12:41:26 2008
+++ rtems/c/src/lib/libbsp/powerpc/ss555/include/bsp.h  Tue Jun  1 22:34:37 2010
</font><font color='#997700'>@@ -75,6 +75,11 @@
</font> 
 extern volatile cpld_t cpld;              /* defined in linkcmds */
 
<font color='#000088'>+/* clock/p_clock.c */
+extern int BSP_disconnect_clock_handler (void);
+
+extern int BSP_connect_clock_handler (rtems_irq_hdl hdl);
+
</font> #ifdef __cplusplus
 }
 #endif
</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>