summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-03-26 15:26:07 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-03-26 15:26:06 -0700
commit83fc1fe4359fc125e68031db6e80da5c0f08070b (patch)
tree0150ef951bf739df38ae17f47c43e521b2903e63 /include
parent90059640cc78a46b8201bc33a6c65361d1ae19de (diff)
parent8846ee70c326edb5995b443bfcdc84a145c587be (diff)
Merge "icnss: Add Api to Block/Unblock modem shutdown"
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/icnss.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h
index 85ec8beb3157..010f29db8d48 100644
--- a/include/soc/qcom/icnss.h
+++ b/include/soc/qcom/icnss.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -157,10 +157,5 @@ extern bool icnss_is_rejuvenate(void);
extern int icnss_set_wlan_mac_address(const u8 *in, const uint32_t len);
extern u8 *icnss_get_wlan_mac_address(struct device *dev, uint32_t *num);
extern int icnss_trigger_recovery(struct device *dev);
-extern void cnss_set_cc_source(enum cnss_cc_src cc_source);
-extern enum cnss_cc_src cnss_get_cc_source(void);
-extern int icnss_get_driver_load_cnt(void);
-extern void icnss_increment_driver_load_cnt(void);
-extern void icnss_set_cc_source(enum cnss_cc_src cc_source);
-extern enum cnss_cc_src icnss_get_cc_source(void);
+extern void icnss_block_shutdown(bool status);
#endif /* _ICNSS_WLAN_H_ */