/* * Generic RTC interface. */ #ifndef _RTC_H_ #define _RTC_H_ int rtc_get (struct tm *); int rtc_set (struct tm *); #endif /* _RTC_H_ */