Removed varsized_fields II

This commit is contained in:
Florian Pose 2006-10-17 07:30:01 +00:00
parent 1c3ada4e59
commit d8bfe9569d
1 changed files with 0 additions and 17 deletions

View File

@ -225,20 +225,6 @@ ec_fmmu_t;
/*****************************************************************************/
/**
Variable-sized field information.
*/
typedef struct
{
struct list_head list; /**< list item */
const ec_sii_pdo_t *pdo; /**< PDO */
size_t size; /**< field size */
}
ec_varsize_t;
/*****************************************************************************/
/**
EtherCAT slave.
*/
@ -315,9 +301,6 @@ void ec_slave_clear(struct kobject *);
int ec_slave_prepare_fmmu(ec_slave_t *, const ec_domain_t *,
const ec_sii_sync_t *);
// CoE
//int ec_slave_fetch_sdo_list(ec_slave_t *);
// SII categories
int ec_slave_fetch_strings(ec_slave_t *, const uint8_t *);
void ec_slave_fetch_general(ec_slave_t *, const uint8_t *);