Commit 5ef4efa426d69643d51fc98afcee662bef6a2839
1 parent
419bafa5
Clean build: Add bt-host.h
Silence compiler warning by providing proper CONFIG_BLUEZ-independent header for the bt-host API. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6809 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
4 changed files
with
11 additions
and
3 deletions
bt-host.c
bt-host.h
0 → 100644
hw/bt.h
... | ... | @@ -112,9 +112,6 @@ void bt_device_done(struct bt_device_s *dev); |
112 | 112 | /* bt-hci.c */ |
113 | 113 | struct HCIInfo *bt_new_hci(struct bt_scatternet_s *net); |
114 | 114 | |
115 | -/* bt-host.c */ | |
116 | -struct HCIInfo *bt_host_hci(const char *id); | |
117 | - | |
118 | 115 | /* bt-vhci.c */ |
119 | 116 | void bt_vhci_init(struct HCIInfo *info); |
120 | 117 | ... | ... |