diff --git a/common/pcie_common.h b/common/pcie_common.h index 642391c..f16bb48 100644 --- a/common/pcie_common.h +++ b/common/pcie_common.h @@ -161,8 +161,10 @@ void hailo_pcie_read_atr_table(struct hailo_resource *bridge_config, struct hail void hailo_soc_write_soc_connect(struct hailo_pcie_resources *resources); +bool hailo_pcie_is_device_ready_for_boot(struct hailo_pcie_resources *resources); + #ifdef __cplusplus } #endif -#endif /* _HAILO_COMMON_PCIE_COMMON_H_ */ \ No newline at end of file +#endif /* _HAILO_COMMON_PCIE_COMMON_H_ */