mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2024-11-15 19:08:42 +00:00
1 line
811 B
C
Executable File
1 line
811 B
C
Executable File
/*
|
|
RTCEMDEV.h
|
|
|
|
Copyright (C) 2003 Philip Cummins, Paul C. Pratt
|
|
|
|
You can redistribute this file and/or modify it under the terms
|
|
of version 2 of the GNU General Public License as published by
|
|
the Free Software Foundation. You should have received a copy
|
|
of the license along with this file; see the file COPYING.
|
|
|
|
This file is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
license for more details.
|
|
*/
|
|
|
|
#ifdef RTCEMDEV_H
|
|
#error "header already included"
|
|
#else
|
|
#define RTCEMDEV_H
|
|
#endif
|
|
|
|
EXPORTFUNC blnr RTC_Init(void);
|
|
EXPORTPROC RTC_Interrupt(void);
|
|
|
|
EXPORTPROC RTCunEnabled_ChangeNtfy(void);
|
|
EXPORTPROC RTCclock_ChangeNtfy(void);
|
|
EXPORTPROC RTCdataLine_ChangeNtfy(void);
|