Added 'Resident' field to ensure that the handler is included in the
[AROS.git] / rom / timer / timer_platform.h
blob8c757aaf97564abd87a6d3f72c07201b2fb38604
1 struct PlatformTimer
3 LONG tb_TimerIRQNum; /* Timer IRQ number */
4 struct timeval tb_VBlankTime; /* Software-emulated periodic timer interval */
5 };