master/ioctl.h
changeset 1246 4042bda8c980
parent 1244 0b70040d3daa
child 1247 5f1f1a3e6636
equal deleted inserted replaced
1245:9f52fc9562ae 1246:4042bda8c980
    79 #define EC_IOCTL_CONFIG_PDO_ENTRY     EC_IOWR(0x14, ec_ioctl_config_pdo_entry_t)
    79 #define EC_IOCTL_CONFIG_PDO_ENTRY     EC_IOWR(0x14, ec_ioctl_config_pdo_entry_t)
    80 #define EC_IOCTL_CONFIG_SDO           EC_IOWR(0x15, ec_ioctl_config_sdo_t)
    80 #define EC_IOCTL_CONFIG_SDO           EC_IOWR(0x15, ec_ioctl_config_sdo_t)
    81 
    81 
    82 #define EC_IOCTL_REQUEST                EC_IO(0x16)
    82 #define EC_IOCTL_REQUEST                EC_IO(0x16)
    83 #define EC_IOCTL_CREATE_DOMAIN          EC_IO(0x17)
    83 #define EC_IOCTL_CREATE_DOMAIN          EC_IO(0x17)
       
    84 #define EC_IOCTL_CREATE_SLAVE_CONFIG  EC_IOWR(0x18, ec_ioctl_config_t)
    84 
    85 
    85 #define EC_IOCTL_STRING_SIZE 64
    86 #define EC_IOCTL_STRING_SIZE 64
    86 
    87 
    87 /*****************************************************************************/
    88 /*****************************************************************************/
    88 
    89