diff -r 66c60b99c2e8 -r ff06c58e269c master/ioctl.h --- a/master/ioctl.h Wed Jul 02 12:19:25 2008 +0000 +++ b/master/ioctl.h Wed Jul 02 14:06:10 2008 +0000 @@ -47,6 +47,8 @@ /*****************************************************************************/ +/** \cond */ + #define EC_IOCTL_TYPE 0xa4 #define EC_IO(nr) _IO(EC_IOCTL_TYPE, nr) @@ -294,11 +296,10 @@ struct { ec_direction_t dir; uint32_t pdo_count; - } syncs[16]; + } syncs[EC_MAX_SYNC_MANAGERS]; uint32_t sdo_count; uint8_t attached : 1, operational : 1; - } ec_ioctl_config_t; /*****************************************************************************/ @@ -347,4 +348,6 @@ /*****************************************************************************/ +/** \endcond */ + #endif