master/types.h
changeset 290 57a4201cbb0f
parent 286 f3352378b4d4
equal deleted inserted replaced
289:3c121228ebe9 290:57a4201cbb0f
    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 /*****************************************************************************/