Set correct stack size for kernel componet tests.
[bertos.git] / bertos / algo / randpool.h
index 2c4faf67b6f6e7d2ab005d9217d3edde47c26af5..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