net/bonding: use non deprecated PCI API
[dpdk.git] / drivers / net / sfc / base / efx_impl.h
index 3e8b26a..85d984f 100644 (file)
@@ -717,6 +717,8 @@ typedef struct efx_proxy_ops_s {
        efx_rc_t        (*epo_complete_request)(efx_nic_t *, uint32_t,
                                        uint32_t, uint32_t);
        efx_rc_t        (*epo_exec_cmd)(efx_nic_t *, efx_proxy_cmd_params_t *);
+       efx_rc_t        (*epo_get_privilege_mask)(efx_nic_t *, uint32_t,
+                                       uint32_t, uint32_t *);
 } efx_proxy_ops_t;
 
 #endif /* EFSYS_OPT_MCDI_PROXY_AUTH_SERVER */