drivers/ec_module.h
changeset 39 6965c23a6826
parent 33 f4171b8aadf8
child 52 c0405659a74a
--- a/drivers/ec_module.h	Fri Dec 16 16:21:22 2005 +0000
+++ b/drivers/ec_module.h	Mon Dec 19 08:13:11 2005 +0000
@@ -16,7 +16,7 @@
  *  Fax.: +49 201/61 98 36
  *  E-mail: sp@igh-essen.com
  *
- ******************************************************************************/
+ *****************************************************************************/
 
 #include <linux/module.h>
 #include <linux/kernel.h>
@@ -24,7 +24,7 @@
 
 #include "ec_master.h"
 
-/******************************************************************************/
+/*****************************************************************************/
 
 int __init ecat_init_module(void);
 void __exit ecat_cleanup_module(void);
@@ -36,4 +36,4 @@
 EtherCAT_master_t *EtherCAT_request(int);
 void EtherCAT_release(EtherCAT_master_t *);
 
-/******************************************************************************/
+/*****************************************************************************/