summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/cnss.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/cnss.h b/include/net/cnss.h
index e9d0ca85d7f2..07056c1cc522 100644
--- a/include/net/cnss.h
+++ b/include/net/cnss.h
@@ -123,9 +123,12 @@ extern int cnss_get_fw_files_for_target(struct cnss_fw_files *pfw_files,
u32 target_type, u32 target_version);
extern int cnss_request_bus_bandwidth(int bandwidth);
+
+#ifdef CONFIG_CNSS_SECURE_FW
extern int cnss_get_sha_hash(const u8 *data, u32 data_len,
u8 *hash_idx, u8 *out);
extern void *cnss_get_fw_ptr(void);
+#endif
extern int cnss_get_codeswap_struct(struct codeswap_codeseg_info *swap_seg);
extern int cnss_get_bmi_setup(void);