master/types.h
branchstable-1.0
changeset 1624 9dc190591c0f
parent 1623 05622513f627
--- a/master/types.h	Mon Jun 26 16:07:07 2006 +0000
+++ b/master/types.h	Wed Aug 02 12:25:25 2006 +0000
@@ -60,6 +60,7 @@
 {
     EC_TYPE_NORMAL, /**< no special slave */
     EC_TYPE_BUS_COUPLER, /**< slave is a bus coupler */
+    EC_TYPE_INFRA, /**< infrastructure slaves, that contain no process data */
     EC_TYPE_EOE /**< slave is an EoE switch */
 }
 ec_special_type_t;