summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/sd8897/bt/hci_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/sd8897/bt/hci_wrapper.h')
-rw-r--r--drivers/bluetooth/sd8897/bt/hci_wrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/sd8897/bt/hci_wrapper.h b/drivers/bluetooth/sd8897/bt/hci_wrapper.h
index 849b96e294a7..b8870359559f 100644
--- a/drivers/bluetooth/sd8897/bt/hci_wrapper.h
+++ b/drivers/bluetooth/sd8897/bt/hci_wrapper.h
@@ -76,6 +76,7 @@ struct m_dev {
int (*ioctl) (struct m_dev * m_dev, unsigned int cmd,
unsigned long arg);
void (*query) (struct m_dev * m_dev, unsigned long arg);
+ void (*poweroff) (struct m_dev * m_dev);
};