diff options
Diffstat (limited to 'drivers/bluetooth/hci_uart.h')
-rw-r--r-- | drivers/bluetooth/hci_uart.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_uart.h b/drivers/bluetooth/hci_uart.h index ce9c670956f5..496587a73a9d 100644 --- a/drivers/bluetooth/hci_uart.h +++ b/drivers/bluetooth/hci_uart.h | |||
@@ -167,6 +167,11 @@ int h5_init(void); | |||
167 | int h5_deinit(void); | 167 | int h5_deinit(void); |
168 | #endif | 168 | #endif |
169 | 169 | ||
170 | #ifdef CONFIG_BT_HCIUART_INTEL | ||
171 | int intel_init(void); | ||
172 | int intel_deinit(void); | ||
173 | #endif | ||
174 | |||
170 | #ifdef CONFIG_BT_HCIUART_BCM | 175 | #ifdef CONFIG_BT_HCIUART_BCM |
171 | int bcm_init(void); | 176 | int bcm_init(void); |
172 | int bcm_deinit(void); | 177 | int bcm_deinit(void); |