Add wizard info.
[bertos.git] / bertos / algo / randpool.h
index 2c4faf67b6f6e7d2ab005d9217d3edde47c26af5..fe999e32b12af7b2643f4b3c177707afc47595cb 100644 (file)
  *
  * -->
  *
- * \brief API function for to manage entropy pool.
+ * \brief Collection of functions to manage entropy pool.
  *
  *
  * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
+ *
+ * $WIZARD_MODULE = {
+ * "name" : "randpool",
+ * "depends" : ["timer"],
+ * "configuration" : "bertos/cfg/cfg_randpool.h"
+ * }
  */
 
 #ifndef ALGO_RANDPOOL_H