]> cloudbase.mooo.com Git - z180-stamp.git/blame_incremental - include/rtc.h
Put static work area on heap. LFN buffer not needed for stat function
[z180-stamp.git] / include / rtc.h
... / ...
CommitLineData
1/*
2 * Generic RTC interface.
3 */
4#ifndef _RTC_H_
5#define _RTC_H_
6
7int rtc_get (struct tm *);
8int rtc_set (struct tm *);
9
10#endif /* _RTC_H_ */