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:

committed by
Wolfgang Denk

parent
ee9536a28c
commit
d1e2319414
@@ -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 *);
|
||||
|
Reference in New Issue
Block a user