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:
Pratik Gandhi
2018-01-30 18:57:05 +05:30
committed by snandini
parent 6c8fdba41b
commit dc82a77896
24 changed files with 132 additions and 15 deletions

View File

@@ -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,