#ifndef __INC_POS_PLIB_SPTIMER_H
#define __INC_POS_PLIB_SPTIMER_H
/*******************************************************************
 Includes Release 24
 (C) Copyright 1995-1997 proDAD
     All Rights Reserved

 $AUT Holger Burkarth
 $DAT >>SpTimer.h<<   14 Sep 1996    09:55:53 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_DEVICE_H
#include <pExec/Device.h>
#endif

extern struct pOS_TimerDevice *gb_TimerBase;

/*----------------------------------
-----------------------------------*/
struct pOS_TimerLibFunction
{

  SLONG (*pOS_CmpTime_func)(_R_LB pOS_TimerDevice*,_R_A0 const pOS_TimeVal*,_R_A1 const pOS_TimeVal*);
  UBYTE _d3[8];
  VOID  (*pOS_SubTime_func)(_R_LB pOS_TimerDevice*,_R_A0 pOS_TimeVal*,_R_A1 const pOS_TimeVal*);
  UBYTE _d2[8];
  VOID  (*pOS_AddTime_func)(_R_LB pOS_TimerDevice*,_R_A0 pOS_TimeVal*,_R_A1 const pOS_TimeVal*);
  UBYTE _d1[8];
  VOID  (*pOS_GetSysTime_func)(_R_LB pOS_TimerDevice*,_R_A0 pOS_TimeVal*);
  UBYTE _d0[8];

  pOS_StdDeviceFunction StdDev;
}; /* => Base */


#endif
