X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frandpool.h;h=fe999e32b12af7b2643f4b3c177707afc47595cb;hb=00bc8478ab5087769fc67e52327934370ee5e3a6;hp=317ebe7435dc7d7c4958d84d68b6b52277c9ec44;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/algo/randpool.h b/bertos/algo/randpool.h index 317ebe74..fe999e32 100644 --- a/bertos/algo/randpool.h +++ b/bertos/algo/randpool.h @@ -30,18 +30,24 @@ * * --> * - * \brief API function for to manage entropy pool. + * \brief Collection of functions to manage entropy pool. * * * \version $Id$ * \author Daniele Basile + * + * $WIZARD_MODULE = { + * "name" : "randpool", + * "depends" : ["timer"], + * "configuration" : "bertos/cfg/cfg_randpool.h" + * } */ #ifndef ALGO_RANDPOOL_H #define ALGO_RANDPOOL_H +#include "cfg/cfg_randpool.h" #include -#include /**