home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POSA_CLIB_TIMER_PROTOS_C
- #define __INC_POSA_CLIB_TIMER_PROTOS_C
- /*******************************************************************
- $CRT 09 Jul 1996 : hb
-
- $AUT Holger Burkarth
- $DAT >>timer_protos.c<< 09 Nov 1996 18:54:42 - (C) ProDAD
- *******************************************************************/
- #define NOMYDEBUG
- #pragma -
-
- #include <Exec/Types.h>
- #include "p:proto/pTimer2.h"
-
-
- // mcpp:cppc -c ci:_Projekte/pOSxA/clib/timer_protos.c -pc
-
-
-
- #pragma -
-
- void AddTime( struct timeval *dest,struct timeval *src)
- {
- pOS_AddTime((struct pOS_TimeVal*)dest,(struct pOS_TimeVal*)src);
- }
-
- void SubTime( struct timeval *dest,struct timeval *src)
- {
- pOS_SubTime((struct pOS_TimeVal*)dest,(struct pOS_TimeVal*)src);
- }
-
- LONG CmpTime( struct timeval *dest,struct timeval *src)
- {
- return( pOS_CmpTime((struct pOS_TimeVal*)dest,(struct pOS_TimeVal*)src) );
- }
-
- void GetSysTime( struct timeval *dest)
- {
- pOS_GetSysTime((struct pOS_TimeVal*)dest);
- }
-
-
-
-
-
-
-
-
-
-
-
- #ifdef __IGNORE_NOT_SUPPORTED__
-
- ULONG ReadEClock( struct EClockVal *dest )
- {return(0);}
-
- #endif /** __IGNORE_NOT_SUPPORTED__ **/
-
-
-
- #endif
-