diff -r 3213cbbd58b7 -r 6965c23a6826 drivers/ec_master.h --- a/drivers/ec_master.h Fri Dec 16 16:21:22 2005 +0000 +++ b/drivers/ec_master.h Mon Dec 19 08:13:11 2005 +0000 @@ -1,13 +1,12 @@ -/**************************************************************** +/****************************************************************************** * * e c _ m a s t e r . h * * Struktur für einen EtherCAT-Master. * - * $Date$ - * $Author$ + * $Id$ * - ***************************************************************/ + *****************************************************************************/ #ifndef _EC_MASTER_H_ #define _EC_MASTER_H_ @@ -16,7 +15,7 @@ #include "ec_slave.h" #include "ec_command.h" -/***************************************************************/ +/*****************************************************************************/ /** EtherCAT-Master @@ -53,7 +52,7 @@ } EtherCAT_master_t; -/***************************************************************/ +/*****************************************************************************/ // Master creation and deletion void EtherCAT_master_init(EtherCAT_master_t *); @@ -89,6 +88,6 @@ // Private functions void output_debug_data(const EtherCAT_master_t *); -/***************************************************************/ +/*****************************************************************************/ #endif