Commit 761f6ae9 by Andrew Burgess Committed by Joern Rennecke

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
parent 09204fa9
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> 2015-12-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
Revert: Revert:
......
...@@ -97,7 +97,7 @@ struct rtc_device ...@@ -97,7 +97,7 @@ struct rtc_device
extern void rtc_time_to_tm(unsigned long time, struct rtc_time *tm); extern void rtc_time_to_tm(unsigned long time, struct rtc_time *tm);
extern struct rtc_device *rtc_class_open(const char *name); extern struct rtc_device *rtc_class_open(const char *name);
extern void rtc_class_close(struct rtc_device *rtc); 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) int rtc_set_ntp_time(struct timespec now)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment