<!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-08-17)</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>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-08-17 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * libchip/ide/ata_internal.h: C++ compatibility.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/ChangeLog.diff?r1=text&tr1=1.531&r2=text&tr2=1.532&diff_format=h">M</a></td><td width='1%'>1.532</td><td width='100%'>c/src/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/libchip/ide/ata_internal.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>c/src/libchip/ide/ata_internal.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/ChangeLog:1.531 rtems/c/src/ChangeLog:1.532
--- rtems/c/src/ChangeLog:1.531 Tue Aug 17 09:06:56 2010
+++ rtems/c/src/ChangeLog       Tue Aug 17 09:15:47 2010
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-08-17        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
<font color='#000088'>+   * libchip/ide/ata_internal.h: C++ compatibility.
+
+2010-08-17     Sebastian Huber <sebastian.huber@embedded-brains.de>
+
</font>   * libchip/Makefile.am, libchip/preinstall.am: Install
        <libchip/ata_internal.h>.
 

<font color='#006600'>diff -u rtems/c/src/libchip/ide/ata_internal.h:1.13 rtems/c/src/libchip/ide/ata_internal.h:1.14
--- rtems/c/src/libchip/ide/ata_internal.h:1.13 Tue Aug 17 08:41:29 2010
+++ rtems/c/src/libchip/ide/ata_internal.h      Tue Aug 17 09:15:47 2010
</font><font color='#997700'>@@ -25,6 +25,10 @@
</font> #include <rtems/blkdev.h>
 #include <rtems/diskdevs.h>
 
<font color='#000088'>+#ifdef __cplusplus
+extern "C" {
+#endif
+
</font> /*
  * Conversion from and to little-endian byte order. (no-op on i386/i486)
  *
<font color='#997700'>@@ -320,4 +324,8 @@
</font>   ata_req_t *areq
 );
 
<font color='#000088'>+#ifdef __cplusplus
+}
+#endif
+
</font> #endif /* __ATA_INTERNAL_H__ */
</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>