Add ignore for svn, cvs and git
[bertos.git] / bertos / algo / randpool.h
index 317ebe7435dc7d7c4958d84d68b6b52277c9ec44..6f18ad24d18a395fab8f72454b33d9e4c58c52c2 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>
+ *
+ * $WIZ$ module_name = "randpool"
+ * $WIZ$ module_depends = "timer", "sprintf"
+ * $WIZ$ module_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>
 
 
 /**