master/ioctl.h
changeset 1401 96baef8a3162
parent 1388 3c886ec376f5
child 1413 44c2b7c0ae1a
equal deleted inserted replaced
1400:3c4923051e43 1401:96baef8a3162
   125     uint32_t domain_count;
   125     uint32_t domain_count;
   126     uint8_t phase;
   126     uint8_t phase;
   127     struct {
   127     struct {
   128         uint8_t address[6];
   128         uint8_t address[6];
   129         uint8_t attached;
   129         uint8_t attached;
       
   130         uint8_t link_state;
   130         uint32_t tx_count;
   131         uint32_t tx_count;
   131         uint32_t rx_count;
   132         uint32_t rx_count;
   132     } devices[2];
   133     } devices[2];
   133 } ec_ioctl_master_t;
   134 } ec_ioctl_master_t;
   134 
   135