struct TimerReq


#include <exec/io.h>


struct TimerReq
{
    struct Node tr_Node;
    struct Task *tr_Task;
    ULONG tr_Ticks;
};