Add comment.
[bertos.git] / bertos / net / afsk.h
index 57d3da8ed4e12c667c650bd4afde6becc8df2833..b23ba63dde1016e4ed0fb101ddf19066efab4e66 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \brief AFSK1200 modem.
  *
- * \author Francesco Sacchi <asterix@develer.com>
+ * \author Francesco Sacchi <batt@develer.com>
  *
  * $WIZ$ module_name = "afsk"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_afsk.h"
 #include "cfg/cfg_afsk.h"
 #include "hw/hw_afsk.h"
 
-#include <kern/kfile.h>
 #include <cfg/compiler.h>
+
+#include <io/kfile.h>
+
 #include <struct/fifobuf.h>