home *** CD-ROM | disk | FTP | other *** search
- /* $Header: pd:zvmrcs/timer_proto.h,v 1.1 1993/04/07 18:46:56 rvillari Exp $ */
- #ifndef _TIMER_PROTO_H
- #define _TIMER_PROTO_H
-
- /* Timer i/o routines */
-
- #include <devices/timer.h>
-
- /* timer functions */
- struct timerequest *PrepareTimer();
- void DeleteTimer(struct timerequest*);
- void StartTimer(struct timerequest*, ULONG seconds, ULONG microseconds);
- void EndTimer(struct timerequest*);
- ULONG TimerSignal(struct timerequest*);
- struct timerequest * PrepareTimer(void);
-
- #endif
-