X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frandpool.h;h=6e6a7dba2be83039ad80e10da40f73d1404f3cf0;hb=207f2e0949a7ff66a91076a7c69b9a297e62f36b;hp=2c4faf67b6f6e7d2ab005d9217d3edde47c26af5;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/algo/randpool.h b/bertos/algo/randpool.h index 2c4faf67..6e6a7dba 100644 --- a/bertos/algo/randpool.h +++ b/bertos/algo/randpool.h @@ -30,11 +30,15 @@ * * --> * - * \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" + * $WIZ$ module_configuration = "bertos/cfg/cfg_randpool.h" */ #ifndef ALGO_RANDPOOL_H