this repo has no description
1/*
2 RTCEMDEV.h
3
4 Copyright (C) 2003 Philip Cummins, Paul C. Pratt
5
6 You can redistribute this file and/or modify it under the terms
7 of version 2 of the GNU General Public License as published by
8 the Free Software Foundation. You should have received a copy
9 of the license along with this file; see the file COPYING.
10
11 This file is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 license for more details.
15*/
16
17#ifdef RTCEMDEV_H
18#error "header already included"
19#else
20#define RTCEMDEV_H
21#endif
22
23EXPORTFUNC blnr RTC_Init(void);
24EXPORTPROC RTC_Interrupt(void);
25
26EXPORTPROC RTCunEnabled_ChangeNtfy(void);
27EXPORTPROC RTCclock_ChangeNtfy(void);
28EXPORTPROC RTCdataLine_ChangeNtfy(void);