qcacmn: Support to WIN for split of kernel modules
Add EXPORT_SYMBOLS to support modularization in WIN. Change-Id: I587fe6f2c5cce4b54756358de5c488b146f61850 CRs-Fixed: 2179854
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "htc_internal.h"
|
||||
#include <hif.h>
|
||||
#include <qdf_nbuf.h> /* qdf_nbuf_t */
|
||||
#include "qdf_module.h"
|
||||
|
||||
/* use credit flow control over HTC */
|
||||
unsigned int htc_credit_flow = 1;
|
||||
@@ -402,6 +403,7 @@ QDF_STATUS htc_connect_service(HTC_HANDLE HTCHandle,
|
||||
|
||||
return status;
|
||||
}
|
||||
qdf_export_symbol(htc_connect_service);
|
||||
|
||||
void htc_set_credit_distribution(HTC_HANDLE HTCHandle,
|
||||
void *pCreditDistContext,
|
||||
|
Reference in New Issue
Block a user