Comply to cfg name.
[bertos.git] / bertos / algo / randpool.h
index 317ebe7435dc7d7c4958d84d68b6b52277c9ec44..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
 #define ALGO_RANDPOOL_H
 
+#include "cfg/cfg_randpool.h"
 #include <cfg/compiler.h>
-#include <appconfig.h>
 
 
 /**