From 5d4a0cf0377ebb1fc85cb1655175029b687eaa3b Mon Sep 17 00:00:00 2001 From: JP Meijers Date: Thu, 11 Jul 2024 13:47:36 +0200 Subject: [PATCH] Add missing function definition --- common/pcie_common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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_ */