X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frandpool.h;h=fe999e32b12af7b2643f4b3c177707afc47595cb;hb=df75a41fefed5f822eba4e83ce36850e9a777d89;hp=2c4faf67b6f6e7d2ab005d9217d3edde47c26af5;hpb=a8dfba0e06a1f837fd90ccb05b247e5aec3ed18d;p=bertos.git diff --git a/bertos/algo/randpool.h b/bertos/algo/randpool.h index 2c4faf67..fe999e32 100644 --- a/bertos/algo/randpool.h +++ b/bertos/algo/randpool.h @@ -30,11 +30,17 @@ * * --> * - * \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