struct tarpc_rte_eth_dev_fw_version_get_out

struct tarpc_rte_eth_dev_fw_version_get_out {
    // fields

    struct tarpc_out_arg common;
    char fw_version;
    tarpc_int retval;
};