lib/master.h
changeset 1258 900f1124e8f8
parent 1244 0b70040d3daa
child 1266 dd1f501c4070
equal deleted inserted replaced
1257:9844ac126275 1258:900f1124e8f8
    35 
    35 
    36 /*****************************************************************************/
    36 /*****************************************************************************/
    37 
    37 
    38 struct ec_master {
    38 struct ec_master {
    39     int fd;
    39     int fd;
       
    40     uint8_t *process_data;
       
    41     size_t process_data_size;
    40 };
    42 };
    41 
    43 
    42 /*****************************************************************************/
    44 /*****************************************************************************/