home *** CD-ROM | disk | FTP | other *** search
- // pragmas for battclock.library
- // (c) Maxon Computer 1994
- #ifndef _INCLUDE_PRAGMA_BATTCLOCK_LIB_H
- #define _INCLUDE_PRAGMA_BATTCLOCK_LIB_H
-
- #ifdef __cplusplus
- #define CPLUSPLUSON
- #pragma -
- #endif
-
- #include <clib/battclock_protos.h>
-
-
- #pragma amicall(BattClockBase, 0x6, ResetBattClock())
- #pragma amicall(BattClockBase, 0xc, ReadBattClock())
- #pragma amicall(BattClockBase, 0x12, WriteBattClock(d0))
-
- #ifdef CPLUSPLUSON
- #undef CPLUSPLUSON
- #pragma +
- #endif
-
- #endif
-