Update for new emulator.
[bertos.git] / mware / event.h
index baa6493e805ac1d1731c32377304f55931787c83..259813807fa864cd2629368dc3159bc15074b967 100755 (executable)
 
 /*#*
  *#* $Log$
+ *#* Revision 1.6  2006/02/24 01:17:44  bernie
+ *#* Update for new emulator.
+ *#*
+ *#* Revision 1.5  2006/02/24 00:26:21  bernie
+ *#* Fix header name.
+ *#*
+ *#* Revision 1.4  2006/02/10 12:24:42  bernie
+ *#* Fix standalone build.
+ *#*
  *#* Revision 1.3  2006/01/16 03:27:49  bernie
  *#* Rename sig_t to sigbit_t to avoid clash with POSIX.
  *#*
 #ifndef KERN_EVENT_H
 #define KERN_EVENT_H
 
+#include <cfg/compiler.h>
 #include <appconfig.h>
 
 #if CONFIG_KERNEL
-       #include <cfg/config_kern.h>
+       #include <config_kern.h>
        #if defined(CONFIG_KERN_SIGNALS) && CONFIG_KERN_SIGNALS
-               #include "signal.h"
+               #include <kern/signal.h>
        #endif
 #endif