X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fevent.h;h=743d25839e3eceabb29edbf878b2454e74bdc2f8;hb=24609d658e8c2c7795b8a5f8bef21512c020f1fb;hp=8d3a90a48878aaf52647526985236b1bf96da217;hpb=9932997f2f162ec4e4f72b7cc0bf6051b7c146b2;p=bertos.git diff --git a/kern/event.h b/kern/event.h index 8d3a90a4..743d2583 100755 --- a/kern/event.h +++ b/kern/event.h @@ -1,9 +1,9 @@ /*! * \file * * * \brief Events handling @@ -18,6 +18,12 @@ /*#* *#* $Log$ + *#* Revision 1.11 2005/04/11 19:10:28 bernie + *#* Include top-level headers from cfg/ subdir. + *#* + *#* Revision 1.10 2005/01/24 04:22:02 bernie + *#* Update copyright information. + *#* *#* Revision 1.9 2005/01/24 04:19:55 bernie *#* Remove obsolete names. *#* @@ -50,10 +56,10 @@ #ifndef KERN_EVENT_H #define KERN_EVENT_H -#include +#include #if CONFIG_KERNEL - #include "config_kern.h" + #include #if defined(CONFIG_KERN_SIGNALS) && CONFIG_KERN_SIGNALS #include "signal.h" #endif