]> cloudbase.mooo.com Git - z180-stamp.git/blame_incremental - include/rtc.h
Detect ZRESET polarity
[z180-stamp.git] / include / rtc.h
... / ...
CommitLineData
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
10int rtc_get (struct tm *);
11int rtc_set (struct tm *);
12
13#endif /* _RTC_H_ */