qcacmn: Abstract BMI and add export symbols for ko separation

Abstract BMI callback from common module and move it to specific component.
Add Export symbols to support modularization in WIN. (BMI)

CRs-Fixed: 2324081
Change-Id: I1ec463d41d238ce81254ecc1f0bb1dc545e1248e
This commit is contained in:
Pratik Gandhi
2018-09-26 20:18:34 +05:30
committed by nshrivas
parent 8efaac88d4
commit 8af026a2ca
5 changed files with 8 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ int fwdbg_parse_debug_logs(struct common_dbglog_handle *dbg_handle,
return 0;
}
qdf_export_symbol(fwdbg_parse_debug_logs);
void fwdbg_ratelimit_set(struct common_dbglog_handle *dbg_handle,
uint32_t burst_limit)