2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>

* libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
	as needed.
This commit is contained in:
Joel Sherrill
2009-05-04 00:53:45 +00:00
parent 81fb3d3646
commit 9c2eacafea
3 changed files with 255 additions and 236 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
as needed.
2009-04-29 Chris Johns <chrisj@rtems.org>
* libchip/ide/ata.c: Remove a detection test that fails in qemu.
+248 -234
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -134,8 +134,8 @@ int mc146818a_get_time(
* Set time into chip
*/
int mc146818a_set_time(
int minor,
rtems_time_of_day *time
int minor,
const rtems_time_of_day *time
)
{
uint32_t mc146818a;