]> git.droids-corp.org - dpdk.git/blobdiff - drivers/raw/ifpga/base/ifpga_feature_dev.h
net/mlx5/linux: fix firmware version
[dpdk.git] / drivers / raw / ifpga / base / ifpga_feature_dev.h
index e243d4273930f0296188f4bc10e462836183ea9a..b355d22b0ea4cac176f8b4a10f776d8668dbc739 100644 (file)
@@ -103,6 +103,7 @@ is_port_feature_present(struct ifpga_port_hw *port, int index)
 }
 
 int fpga_get_afu_uuid(struct ifpga_port_hw *port, struct uuid *uuid);
+int fpga_get_pr_uuid(struct ifpga_fme_hw *fme, struct uuid *uuid);
 
 int __fpga_port_disable(struct ifpga_port_hw *port);
 void __fpga_port_enable(struct ifpga_port_hw *port);
@@ -218,4 +219,7 @@ int fme_mgr_get_retimer_info(struct ifpga_fme_hw *fme,
                struct opae_retimer_info *info);
 int fme_mgr_get_retimer_status(struct ifpga_fme_hw *fme,
                struct opae_retimer_status *status);
+int fme_mgr_get_sensor_value(struct ifpga_fme_hw *fme,
+               struct opae_sensor_info *sensor,
+               unsigned int *value);
 #endif /* _IFPGA_FEATURE_DEV_H_ */