summaryrefslogtreecommitdiff
path: root/amiga/schedule.h
diff options
context:
space:
mode:
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 5b8574b16..02d70450f 100755
--- a/amiga/schedule.h
+++ b/amiga/schedule.h
@@ -19,13 +19,18 @@
#ifndef AMIGA_SCHEDULE_H
#define AMIGA_SCHEDULE_H
#include <exec/lists.h>
+#include <proto/timer.h>
struct MinList *schedule_list;
+struct timerequest *tioreq;
struct nscallback
{
struct timeval tv;
void *callback;
void *p;
+ struct timerequest *treq;
};
+
+void ami_remove_timer_event(struct nscallback *nscb);
#endif