qcacld-3.0: Add PLD API to check if mode of interrupt is legacy
Add PLD API to check if mode of interrupt is legacy or not in PLD layer. It can be used by HIF layer when required. Change-Id: Iac6fbe01755e833c062fc08940dd07f11b3452fa CRs-Fixed: 3126969
This commit is contained in:

committad av
Madan Koyyalamudi

förälder
56f21c8066
incheckning
aff4a6514a
@@ -1215,4 +1215,9 @@ static inline int pfrm_write_config_dword(struct pci_dev *pdev, int offset,
|
||||
return pld_pci_write_config_dword(pdev, offset, val);
|
||||
}
|
||||
|
||||
static inline bool pld_get_enable_intx(struct device *dev)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Referens i nytt ärende
Block a user