home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / proto / pTimer2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-18  |  873 b   |  31 lines

  1. #ifndef __INC_POS_PROTO_PTIMER2_H
  2. #define __INC_POS_PROTO_PTIMER2_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>pTimer2.h<<   14 Sep 1996    09:56:35 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PEXEC_TYPES_H
  12. #include <pExec/Types.h>
  13. #endif
  14.  
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. /*------ TimerBase  -------------------------------------------------------*/
  21. VOID pOS_GetSysTime(_R_A0 struct pOS_TimeVal*);
  22. VOID pOS_AddTime(_R_A0 struct pOS_TimeVal*,_R_A1 const struct pOS_TimeVal*);
  23. VOID pOS_SubTime(_R_A0 struct pOS_TimeVal*,_R_A1 const struct pOS_TimeVal*);
  24. SLONG pOS_CmpTime(_R_A0 const struct pOS_TimeVal*,_R_A1 const struct pOS_TimeVal*);
  25.  
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29.  
  30. #endif
  31.