diff -r bfa040859b56 -r 6012e1414bec include/ecrt.h --- a/include/ecrt.h Thu Jun 12 13:42:52 2008 +0000 +++ b/include/ecrt.h Mon Jun 16 09:30:58 2008 +0000 @@ -246,6 +246,7 @@ uint16_t position; /**< Slave position. */ uint32_t vendor_id; /**< Slave vendor ID. */ uint32_t product_code; /**< Slave product code. */ + uint32_t revision_number; /**< Slave revision number. */ uint16_t index; /**< Pdo entry index. */ uint8_t subindex; /**< Pdo entry subindex. */ unsigned int *offset; /**< Pointer to a variable to store the Pdo entry's @@ -350,7 +351,8 @@ uint16_t alias, /**< Slave alias. */ uint16_t position, /**< Slave position. */ uint32_t vendor_id, /**< Expected vendor ID. */ - uint32_t product_code /**< Expected product code. */ + uint32_t product_code, /**< Expected product code. */ + uint32_t revision_number /**< Expected revision number. */ ); /** Finishes the configuration phase and prepares for realtime mode.