]> cloudbase.mooo.com Git - z180-stamp.git/blob - include/rtc.h
Adaptions for fatfs R0.12b
[z180-stamp.git] / include / rtc.h
1 /*
2 * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7 #ifndef _RTC_H_
8 #define _RTC_H_
9
10 int rtc_get (struct tm *);
11 int rtc_set (struct tm *);
12
13 #endif /* _RTC_H_ */