(C) 1998 AROS - The Amiga Research OS
NAME
#include <devices/timer.h>
#include <proto/timer.h>
void BeginIO (timereq)
LOCATION
In TimerBase at offset 5
SYNOPSIS
struct timerequest * timereq
FUNCTION
BeginIO() will perform a timer.device command. It is normally called from within DoIO() and SendIO().
INPUT timereq - The request to process.
INPUTS
RESULT
The requested message will be processed.
EXAMPLE
SEE ALSO
exec/ Abort(), exec/ SendIO(), exec/ DoIO()
NOTES
This function is safe to call from interrupts.
BUGS
INTERNALS
HISTORY
08.05.1998 iaint
Perhaps a working timer.device VBlank unit? Test please
18.04.1998 iaint
Added a bit more functionality. UNIT_VBLANK requests may now work.
03.03.1998 hkiel
Removed unused struct timerequest *tr;
29.01.1998 iaint
First try at timer.device - probably wont work...see email for details