ARM: configs: rockchip: enable es8323 support
[firefly-linux-kernel-4.4.55.git] / drivers / mtk_wcn_bt / bt_hwctl.h
index 140212c04cdf714e667a7bdea168359b1d35b274..6f6dbb35847fce7d3c11e9693c62ba170f058361 100755 (executable)
@@ -41,6 +41,7 @@
 #include <linux/types.h>
 #include <linux/irq.h>
 #include <linux/rfkill-rk.h>
+#include <linux/wakelock.h>
 
 struct gpio_set {
        unsigned int gpio;
@@ -50,6 +51,7 @@ struct gpio_set {
 
 extern void mt_bt_gpio_init(void);
 extern void mt_bt_gpio_release(void);
+extern int  mt_bt_power_init(void);
 extern int  mt_bt_power_on(void);
 extern void mt_bt_power_off(void);
 
@@ -58,4 +60,7 @@ extern void mt_bt_enable_irq(void);
 extern void mt_bt_disable_irq(void);
 extern void *mt_bt_get_platform_data(void);
 
-#endif
\ No newline at end of file
+extern int mt6622_suspend(struct platform_device *pdev, pm_message_t state);
+extern int mt6622_resume(struct platform_device *pdev);
+
+#endif