diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-10-25 12:46:38 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-10-25 12:46:37 -0700 |
| commit | 33f3e0360fc89237b56f271ff4ce947c635b9519 (patch) | |
| tree | 65b2bf9f0f6e57a2d92e7e790380dba80cc096b5 /include | |
| parent | b634cc178c9b41c61ca949c9353334b0c616681e (diff) | |
| parent | 5ff3c8e36617ec6a80c3b4b79e30bff9b127627a (diff) | |
Merge "cnss2: Expose PCIe window register lock related APIs"
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/cnss2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/cnss2.h b/include/net/cnss2.h index 5ed1b05277b1..4a541581f9d7 100644 --- a/include/net/cnss2.h +++ b/include/net/cnss2.h @@ -245,6 +245,9 @@ extern void cnss_request_pm_qos(struct device *dev, u32 qos_val); extern void cnss_remove_pm_qos(struct device *dev); extern void cnss_lock_pm_sem(struct device *dev); extern void cnss_release_pm_sem(struct device *dev); +extern void cnss_pci_lock_reg_window(struct device *dev, unsigned long *flags); +extern void cnss_pci_unlock_reg_window(struct device *dev, + unsigned long *flags); extern int cnss_auto_suspend(struct device *dev); extern int cnss_auto_resume(struct device *dev); extern int cnss_pci_is_drv_connected(struct device *dev); |
