home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BK-SC1_3.DMS / in.adf / C-Incl.Lha / pragma / timer_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-02  |  619 b   |  31 lines

  1. #ifndef _INCLUDE_PRAGMA_TIMER_LIB_H
  2. #define _INCLUDE_PRAGMA_TIMER_LIB_H
  3.  
  4. /*
  5. **  $VER: timer_lib.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #ifndef  CLIB_TIMER_PROTOS_H
  13. #include <clib/timer_protos.h>
  14. #endif
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. #pragma amicall(TimerBase, 0x2a, AddTime(a0,a1))
  21. #pragma amicall(TimerBase, 0x30, SubTime(a0,a1))
  22. #pragma amicall(TimerBase, 0x36, CmpTime(a0,a1))
  23. #pragma amicall(TimerBase, 0x3c, ReadEClock(a0))
  24. #pragma amicall(TimerBase, 0x42, GetSysTime(a0))
  25.  
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29.  
  30. #endif
  31.