repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
debug delint
[AROS.git]
/
rom
/
timer
/
timer_platform.h
blob
8c757aaf97564abd87a6d3f72c07201b2fb38604
1
struct
PlatformTimer
2
{
3
LONG tb_TimerIRQNum
;
/* Timer IRQ number */
4
struct
timeval tb_VBlankTime
;
/* Software-emulated periodic timer interval */
5
};