Rename CLOCK_FREQ macro to CPU_FREQ: now clock frequency has to be set in the makefile.
[bertos.git] / bertos / algo / randpool.h
index fd0a96fd8d7c4e56db3d750f0346338949d93967..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/cfg_randpool.h"
 #include <cfg/compiler.h>