Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / ft245rl.h
index e120ab9c75a140d190da63d642b3808df7c3f1cd..ced7ee19fad9fa5bf4d338676f6204bdc375e37d 100644 (file)
@@ -26,7 +26,7 @@
  * invalidate any other reasons why the executable file might be covered by
  * the GNU General Public License.
  *
- * Copyright 2007 Develer S.r.l. (http://www.develer.com/)
+ * Copyright 2009 Develer S.r.l. (http://www.develer.com/)
  *
  * -->
  *
@@ -35,6 +35,9 @@
  *
  * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
+ *
+ * $WIZ$ module_name = "ft245rl"
+ * $WIZ$ module_depends = "kfile", "timer"
  */
 
 
@@ -61,7 +64,7 @@ typedef struct Ft245rl
 /**
  * Convert + ASSERT from generic KFile to KFileFt245rl.
  */
-INLINE Ft245rl * FT245RL(KFile *fd)
+INLINE Ft245rl * FT245RL_CAST(KFile *fd)
 {
        ASSERT(fd->_type == KFT_FT245RL);
        return (Ft245rl *)fd;