mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
rtc: allow rtc_set to return an error and use it in cmd_date
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
ee9536a28c
commit
d1e2319414
36 changed files with 134 additions and 58 deletions
|
@ -53,7 +53,7 @@ struct rtc_time {
|
|||
};
|
||||
|
||||
int rtc_get (struct rtc_time *);
|
||||
void rtc_set (struct rtc_time *);
|
||||
int rtc_set (struct rtc_time *);
|
||||
void rtc_reset (void);
|
||||
|
||||
void GregorianDay (struct rtc_time *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue