summaryrefslogtreecommitdiff
path: root/amiga/schedule.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-02-19 17:19:38 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-02-19 17:19:38 +0000
commit3123192dfca6336a0fc90d34dec4269aa329b4d0 (patch)
tree20e561959237b4c584ce12978c7ec15236ccfedb /amiga/schedule.h
parentb76ef4333a83e8f543411c578433d5db457788de (diff)
downloadnetsurf-3123192dfca6336a0fc90d34dec4269aa329b4d0.tar.gz
netsurf-3123192dfca6336a0fc90d34dec4269aa329b4d0.tar.bz2
Move timer.device stuff to schedule.c
svn path=/trunk/netsurf/; revision=11712
Diffstat (limited to 'amiga/schedule.h')
-rwxr-xr-xamiga/schedule.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/amiga/schedule.h b/amiga/schedule.h
index 7a3b25f1b..50071e5a8 100755
--- a/amiga/schedule.h
+++ b/amiga/schedule.h
@@ -22,9 +22,14 @@
#include "amiga/os3support.h"
+struct Device *TimerBase;
+struct TimerIFace *ITimer;
+
struct TimeRequest *tioreq;
struct MsgPort *msgport;
+void ami_schedule_open_timer(void);
+void ami_schedule_close_timer(void);
BOOL ami_schedule_create(void);
void ami_schedule_free(void);
void schedule_run(BOOL poll);