The unified diff between revisions [08a35a66..] and [dc88787e..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'event.h'

#
# old_revision [08a35a6680cdf8985cfb16fa6779ee6db7202a9c]
# new_revision [dc88787ecd1d574feba045763baed2a7651ff33d]
#
# patch "event.h"
#  from [0632e17e87168fb527bcf1c58fa41d21f747eda9]
#    to [9005e951f257cc0c25da60bf13f0150c93e1824b]
#
============================================================
--- event.h	0632e17e87168fb527bcf1c58fa41d21f747eda9
+++ event.h	9005e951f257cc0c25da60bf13f0150c93e1824b
@@ -12,6 +12,8 @@
 
 #define EVENT_MAX		5
 
+#define EVENT_NONE	   0xffff
+
 typedef void event_handler(void);
 
 void event_set(unsigned int event);