X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frandpool.h;h=6f18ad24d18a395fab8f72454b33d9e4c58c52c2;hb=842d775fbc48bf6a66941d66aa93e9912bed2add;hp=fd0a96fd8d7c4e56db3d750f0346338949d93967;hpb=d62963b4a64efe8d2917f489fefaf586a9a99126;p=bertos.git diff --git a/bertos/algo/randpool.h b/bertos/algo/randpool.h index fd0a96fd..6f18ad24 100644 --- a/bertos/algo/randpool.h +++ b/bertos/algo/randpool.h @@ -30,17 +30,21 @@ * * --> * - * \brief API function for to manage entropy pool. + * \brief Collection of functions to manage entropy pool. * * * \version $Id$ * \author Daniele Basile + * + * $WIZ$ module_name = "randpool" + * $WIZ$ module_depends = "timer", "sprintf" + * $WIZ$ module_configuration = "bertos/cfg/cfg_randpool.h" */ #ifndef ALGO_RANDPOOL_H #define ALGO_RANDPOOL_H -#include +#include "cfg/cfg_randpool.h" #include