qcacmn: Export scheduler_post_message_debug api
Add support to export scheduler_post_message_debug API to be used in wmi_unified.c Change-Id: If18741f1973724453f0b2de12e133230924a2e52 CRs-Fixed: 2555961
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
#include <scheduler_api.h>
|
#include <scheduler_api.h>
|
||||||
#include <scheduler_core.h>
|
#include <scheduler_core.h>
|
||||||
#include <qdf_atomic.h>
|
#include <qdf_atomic.h>
|
||||||
|
#include <qdf_module.h>
|
||||||
|
|
||||||
QDF_STATUS scheduler_disable(void)
|
QDF_STATUS scheduler_disable(void)
|
||||||
{
|
{
|
||||||
@@ -698,3 +699,5 @@ QDF_STATUS scheduler_post_message_debug(QDF_MODULE_ID src_id,
|
|||||||
|
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
qdf_export_symbol(scheduler_post_message_debug);
|
||||||
|
Reference in New Issue
Block a user