Search
lxdream.org :: lxdream/src/eventq.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/eventq.h
changeset 1119:45602839e067
prev1112:4cac5e474d4c
author nkeynes
date Fri Sep 10 08:48:34 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Run the eventq at the end of the time-slice rather than the beginning, so
that it runs for the correct period of time when the time-slice finishes
early
file annotate diff log raw
1.1 --- a/src/eventq.h Tue Jul 13 18:23:16 2010 +1000
1.2 +++ b/src/eventq.h Fri Sep 10 08:48:34 2010 +1000
1.3 @@ -71,6 +71,11 @@
1.4 */
1.5 void event_execute();
1.6
1.7 +/**
1.8 + * Initialize the event queue.
1.9 + */
1.10 +void event_init();
1.11 +
1.12 #define MAX_EVENT_ID 128
1.13
1.14 /* Events 1..96 are defined as the corresponding ASIC events. */
.