summaryrefslogtreecommitdiff
path: root/include/rtc.h
diff options
context:
space:
mode:
authorGerald Van Baren <vanbaren@cideas.com>2008-03-21 11:58:22 -0400
committerGerald Van Baren <vanbaren@cideas.com>2008-03-21 11:58:22 -0400
commit01026a6e613e1cfe580122fb5350677025f896fa (patch)
tree5e5905f085107242093e39a5e2175622df1bb73a /include/rtc.h
parent11abe45c48ec3485a6c1a5168ce8d79c3288adc1 (diff)
parent81a0ac62ea29f8252d0a714709d0ecfdbba2a15e (diff)
downloadu-boot-imx-01026a6e613e1cfe580122fb5350677025f896fa.zip
u-boot-imx-01026a6e613e1cfe580122fb5350677025f896fa.tar.gz
u-boot-imx-01026a6e613e1cfe580122fb5350677025f896fa.tar.bz2
Merge git://www.denx.de/git/u-boot into uboot
Diffstat (limited to 'include/rtc.h')
-rw-r--r--include/rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtc.h b/include/rtc.h
index 15f3571..2995144 100644
--- a/include/rtc.h
+++ b/include/rtc.h
@@ -52,7 +52,7 @@ struct rtc_time {
int tm_isdst;
};
-void rtc_get (struct rtc_time *);
+int rtc_get (struct rtc_time *);
void rtc_set (struct rtc_time *);
void rtc_reset (void);