qcacmn: Adds dummy API's
Adds dummy API's for hif_config_irq_by_ceid. Change-Id: I7bbb0ece4ab5f8bf648bc0e945c5a28de2a49feb
这个提交包含在:
@@ -376,3 +376,14 @@ int hif_dummy_addr_in_boundary(struct hif_softc *scn, uint32_t offset)
|
||||
void hif_dummy_config_irq_affinity(struct hif_softc *scn)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* hif_dummy_config_irq_by_ceid - dummy call
|
||||
* @scn: hif context
|
||||
* @ce_id : copy engine id
|
||||
* Return: 0
|
||||
*/
|
||||
int hif_dummy_config_irq_by_ceid(struct hif_softc *scn, int ce_id)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
在新工单中引用
屏蔽一个用户