ARM: configs: rockchip: enable es8323 support
[firefly-linux-kernel-4.4.55.git] / drivers / mtk_wcn_bt / bt_hwctl.h
index 3149033007c4391e2fcd48878af7b8ea110f7d26..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;
@@ -59,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