home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PROTO_PTIMER2_H
- #define __INC_POS_PROTO_PTIMER2_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>pTimer2.h<< 14 Sep 1996 09:56:35 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_TYPES_H
- #include <pExec/Types.h>
- #endif
-
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- /*------ TimerBase -------------------------------------------------------*/
- VOID pOS_GetSysTime(_R_A0 struct pOS_TimeVal*);
- VOID pOS_AddTime(_R_A0 struct pOS_TimeVal*,_R_A1 const struct pOS_TimeVal*);
- VOID pOS_SubTime(_R_A0 struct pOS_TimeVal*,_R_A1 const struct pOS_TimeVal*);
- SLONG pOS_CmpTime(_R_A0 const struct pOS_TimeVal*,_R_A1 const struct pOS_TimeVal*);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-