File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
22
#include "qemu-char.h"
23
23
#include "sysemu.h"
24
24
#include "net.h"
25
+ #include "bt-host.h"
25
26
26
27
#ifndef _WIN32
27
28
# include <errno.h>
Original file line number Diff line number Diff line change
1
+ #ifndef BT_HOST_H
2
+ #define BT_HOST_H
3
+
4
+ struct HCIInfo ;
5
+
6
+ /* bt-host.c */
7
+ struct HCIInfo * bt_host_hci (const char * id );
8
+
9
+ #endif
Original file line number Diff line number Diff line change @@ -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
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ int main(int argc, char **argv)
138
138
#include "hw/isa.h"
139
139
#include "hw/baum.h"
140
140
#include "hw/bt.h"
141
+ #include "bt-host.h"
141
142
#include "net.h"
142
143
#include "monitor.h"
143
144
#include "console.h"
You can’t perform that action at this time.
0 commit comments