]> cloudbase.mooo.com Git - z180-stamp.git/blame - include/rtc.h
Card detect over cs pin: clean initialisation/power up
[z180-stamp.git] / include / rtc.h
CommitLineData
61b0cfe9
L
1/*
2 * Generic RTC interface.
3 */
4#ifndef _RTC_H_
5#define _RTC_H_
6
e63b2f75
L
7int rtc_get (struct tm *);
8int rtc_set (struct tm *);
61b0cfe9
L
9
10#endif /* _RTC_H_ */