master/ioctl.h
changeset 1247 5f1f1a3e6636
parent 1246 4042bda8c980
child 1255 38b7e05b20c1
equal deleted inserted replaced
1246:4042bda8c980 1247:5f1f1a3e6636
    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 #define EC_IOCTL_CREATE_SLAVE_CONFIG  EC_IOWR(0x18, ec_ioctl_config_t)
       
    85 #define EC_IOCTL_ACTIVATE               EC_IO(0x19)
       
    86 #define EC_IOCTL_SEND                   EC_IO(0x1a)
       
    87 #define EC_IOCTL_RECEIVE                EC_IO(0x1b)
    85 
    88 
    86 #define EC_IOCTL_STRING_SIZE 64
    89 #define EC_IOCTL_STRING_SIZE 64
    87 
    90 
    88 /*****************************************************************************/
    91 /*****************************************************************************/
    89 
    92