Rename project to insert it into nightly test.
[bertos.git] / bertos / drv / ser.h
index ad27f51c4ae0691a6abab09230572f43f28fc896..861fdf19a4fdfda3fc014dd1f1d3f430df0e8186 100644 (file)
  *
  * \brief High level serial I/O API.
  *
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * $WIZ$ module_name = "ser"
  * $WIZ$ module_depends = "kfile", "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_ser.h"
  * $WIZ$ module_hw = "bertos/hw/hw_ser.h"
- * $WIZ$ module_supports =  "not atmega103"
- * $WIZ$ module_supports += "and not atmega32 and not atmega8"
+ * $WIZ$ module_supports =  "not atmega103 and not atmega8"
  */
 
 #ifndef DRV_SER_H
 #define DRV_SER_H
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 #include <struct/fifobuf.h>
 #include <cfg/compiler.h>