diff options
Diffstat (limited to 'drivers/bluetooth/sd8897/bt/hci_wrapper.h')
-rw-r--r-- | drivers/bluetooth/sd8897/bt/hci_wrapper.h | 1 |
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); }; |