X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fsignal.h;h=de3dc5ec7e80385b1e25f8860c36dc5284a5051d;hb=71743c2a5a8bf9dbf66a945fd9656baed0d16329;hp=bf3cb3d3b5b0700bbd8bdeae9d950437904b524b;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/bertos/kern/signal.h b/bertos/kern/signal.h index bf3cb3d3..de3dc5ec 100644 --- a/bertos/kern/signal.h +++ b/bertos/kern/signal.h @@ -36,15 +36,17 @@ * \version $Id$ * * \author Bernie Innocenti + * + * $WIZ$ module_name = "signal" + * $WIZ$ module_depends = "kernel" + * $WIZ$ module_configuration = "bertos/cfg/cfg_signal.h" */ - #ifndef KERN_SIGNAL_H #define KERN_SIGNAL_H #include - /* Fwd decl */ struct Process;