CONFIG_KERN_MINSTACKSIZE: rename from CONFIG_PROC_DEFSTACKSIZE for consistency
[bertos.git] / bertos / kern / kfile.c
index a053fc23bca6bb2beab80fa4a5fbfd8770434320..6750aba3380a674e0c88fa2f16c142cc3a5b9416 100644 (file)
  * the GNU General Public License.
  *
  * Copyright 2007 Develer S.r.l. (http://www.develer.com/)
- *
  * -->
  *
  * \brief Virtual KFile I/O interface.
+ *
  * This module implements some generic I/O interfaces for kfile.
  *
  * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  * \author Daniele Basile <asterix@develer.com>
- *
  */
 
-
 #include "kfile.h"
 
-#include <cfg/cfg_kfile.h>
+#include "cfg/cfg_kfile.h"
 #include <cfg/debug.h>
 
 #include <mware/formatwr.h>