master/ioctl.h
changeset 1029 61ffe5f22306
parent 1001 a8eab75aa8e3
child 1037 59f191c9185b
equal deleted inserted replaced
1028:afdd4bdbb7ec 1029:61ffe5f22306
    81 
    81 
    82 typedef struct {
    82 typedef struct {
    83     uint32_t slave_count;
    83     uint32_t slave_count;
    84     uint32_t config_count;
    84     uint32_t config_count;
    85     uint32_t domain_count;
    85     uint32_t domain_count;
    86     uint8_t mode;
    86     uint8_t phase;
    87     struct {
    87     struct {
    88         uint8_t address[6];
    88         uint8_t address[6];
    89         uint8_t attached;
    89         uint8_t attached;
    90         uint32_t tx_count;
    90         uint32_t tx_count;
    91         uint32_t rx_count;
    91         uint32_t rx_count;