summaryrefslogtreecommitdiff
path: root/drivers/staging/cw1200/bh.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/cw1200/bh.h')
-rw-r--r--drivers/staging/cw1200/bh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/cw1200/bh.h b/drivers/staging/cw1200/bh.h
index 14b641fbe1d..a19393c61dd 100644
--- a/drivers/staging/cw1200/bh.h
+++ b/drivers/staging/cw1200/bh.h
@@ -22,6 +22,8 @@ int cw1200_register_bh(struct cw1200_common *priv);
void cw1200_unregister_bh(struct cw1200_common *priv);
void cw1200_irq_handler(struct cw1200_common *priv);
void cw1200_bh_wakeup(struct cw1200_common *priv);
+void cw1200_bh_suspend(struct cw1200_common *priv);
+void cw1200_bh_resume(struct cw1200_common *priv);
/* Must be called from BH thread. */
void cw1200_enable_powersave(struct cw1200_common *priv,
bool enable);