diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-01-09 08:54:50 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-01-09 08:54:50 -0800 |
| commit | c2161416e708293ec052b8f0bc1fdfd06160ae8c (patch) | |
| tree | 598995586c8466f4511c0aa0cbe786a6efa04bc2 /include | |
| parent | c059ef285c7fd4fb0643d3d22d494d49f6c07a76 (diff) | |
| parent | 2bf8ef1af34678427b99b9552b0971dbdcf92d50 (diff) | |
Merge "cnss2: Add cnss usb API to check the target status"
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/cnss2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cnss2.h b/include/net/cnss2.h index 8dc7fc44aa02..85634842834e 100644 --- a/include/net/cnss2.h +++ b/include/net/cnss2.h @@ -234,4 +234,6 @@ extern int cnss_set_fw_log_mode(struct device *dev, uint8_t fw_log_mode); extern int cnss_usb_wlan_register_driver(struct cnss_usb_wlan_driver *driver); extern void cnss_usb_wlan_unregister_driver(struct cnss_usb_wlan_driver * driver); +extern int cnss_usb_is_device_down(struct device *dev); + #endif /* _NET_CNSS2_H */ |
