]> cloudbase.mooo.com Git - z180-stamp.git/blob - include/rtc.h
69466605fac647cfefb1ad23b79c89c315348a6c
[z180-stamp.git] / include / rtc.h
1 /*
2 * Generic RTC interface.
3 */
4 #ifndef _RTC_H_
5 #define _RTC_H_
6
7 int rtc_get (struct tm *);
8 int rtc_set (struct tm *);
9
10 #endif /* _RTC_H_ */