jump-around-jump.c (rtc_set_time): Declare.
2015-12-17 Andrew Burgess <andrew.burgess@embecosm.com> * gcc.target/arc/jump-around-jump.c (rtc_set_time): Declare. From-SVN: r231746
This commit is contained in:
parent
09204fa9fc
commit
761f6ae919
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-12-17 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* gcc.target/arc/jump-around-jump.c (rtc_set_time): Declare.
|
||||
|
||||
2015-12-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||||
|
||||
Revert:
|
||||
|
|
|
@ -97,7 +97,7 @@ struct rtc_device
|
|||
extern void rtc_time_to_tm(unsigned long time, struct rtc_time *tm);
|
||||
extern struct rtc_device *rtc_class_open(const char *name);
|
||||
extern void rtc_class_close(struct rtc_device *rtc);
|
||||
|
||||
extern int rtc_set_time (struct rtc_device *rtc, struct rtc_time *tm);
|
||||
|
||||
int rtc_set_ntp_time(struct timespec now)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue