master/types.h
branchstable-1.0
changeset 1624 9dc190591c0f
parent 1623 05622513f627
equal deleted inserted replaced
1623:05622513f627 1624:9dc190591c0f
    58 
    58 
    59 typedef enum
    59 typedef enum
    60 {
    60 {
    61     EC_TYPE_NORMAL, /**< no special slave */
    61     EC_TYPE_NORMAL, /**< no special slave */
    62     EC_TYPE_BUS_COUPLER, /**< slave is a bus coupler */
    62     EC_TYPE_BUS_COUPLER, /**< slave is a bus coupler */
       
    63     EC_TYPE_INFRA, /**< infrastructure slaves, that contain no process data */
    63     EC_TYPE_EOE /**< slave is an EoE switch */
    64     EC_TYPE_EOE /**< slave is an EoE switch */
    64 }
    65 }
    65 ec_special_type_t;
    66 ec_special_type_t;
    66 
    67 
    67 /*****************************************************************************/
    68 /*****************************************************************************/