diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-07-16 09:12:02 -0400 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2012-07-17 13:33:20 -0400 |
commit | 7dec65c8a7fdab87d23bcf3c7e7eff662d180853 (patch) | |
tree | 11c79d87b6aa1c3fa73c3ed0eddc867c744420e4 /drivers/bluetooth/hci_uart.h | |
parent | 83ce9a06b5307c8d759ddd8e4f49e2495fb321f7 (diff) |
Bluetooth: Initial skeleton for Three-wire UART (H5) support
This patch adds the initial skeleton for Three-wire UART (H5) support
and hooks it up to the HCI UART framework.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
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 6cf6ab22ad21..aaf9d7de1b9f 100644 --- a/drivers/bluetooth/hci_uart.h +++ b/drivers/bluetooth/hci_uart.h | |||
@@ -104,3 +104,8 @@ int ll_deinit(void); | |||
104 | int ath_init(void); | 104 | int ath_init(void); |
105 | int ath_deinit(void); | 105 | int ath_deinit(void); |
106 | #endif | 106 | #endif |
107 | |||
108 | #ifdef CONFIG_BT_HCIUART_3WIRE | ||
109 | int h5_init(void); | ||
110 | int h5_deinit(void); | ||
111 | #endif | ||