master/ethernet.h
branchstable-1.4
changeset 1686 e206f4485f60
parent 1685 399ef727bf62
equal deleted inserted replaced
1685:399ef727bf62 1686:e206f4485f60
    24  *
    24  *
    25  *****************************************************************************/
    25  *****************************************************************************/
    26 
    26 
    27 /**
    27 /**
    28    \file
    28    \file
    29    Ethernet-over-EtherCAT (EoE)
    29    Ethernet over EtherCAT (EoE)
    30 */
    30 */
    31 
    31 
    32 /*****************************************************************************/
    32 /*****************************************************************************/
    33 
    33 
    34 #include <linux/list.h>
    34 #include <linux/list.h>
    55 /*****************************************************************************/
    55 /*****************************************************************************/
    56 
    56 
    57 typedef struct ec_eoe ec_eoe_t; /**< \see ec_eoe */
    57 typedef struct ec_eoe ec_eoe_t; /**< \see ec_eoe */
    58 
    58 
    59 /**
    59 /**
    60    Ethernet-over-EtherCAT (EoE) handler.
    60    Ethernet over EtherCAT (EoE) handler.
    61    The master creates one of these objects for each slave that supports the
    61    The master creates one of these objects for each slave that supports the
    62    EoE protocol.
    62    EoE protocol.
    63 */
    63 */
    64 
    64 
    65 struct ec_eoe
    65 struct ec_eoe