struct tarpc_rte_eth_dev_get_reg_info_out

struct tarpc_rte_eth_dev_get_reg_info_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
    struct tarpc_rte_dev_reg_info info<>;
};