home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / STORM2.DMS / in.adf / Includes.LHA / pragma / battclock_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  518 b   |  26 lines

  1. // pragmas for battclock.library
  2. // (c) 1995 HAAGE & PARTNER Computer GmbH
  3.  
  4. #ifndef _INCLUDE_PRAGMA_BATTCLOCK_LIB_H
  5. #define _INCLUDE_PRAGMA_BATTCLOCK_LIB_H
  6.  
  7. #ifndef  CLIB_BATTCLOCK_PROTOS_H
  8. #include <clib/battclock_protos.h>
  9. #endif
  10.  
  11. #ifdef __cplusplus
  12. #define CPLUSPLUSON
  13. #pragma -
  14. #endif
  15.  
  16. #pragma amicall(BattClockBase, 0x6, ResetBattClock())
  17. #pragma amicall(BattClockBase, 0xc, ReadBattClock())
  18. #pragma amicall(BattClockBase, 0x12, WriteBattClock(d0))
  19.  
  20. #ifdef CPLUSPLUSON
  21. #undef CPLUSPLUSON
  22. #pragma +
  23. #endif
  24.  
  25. #endif
  26.