vhost_net.c: v2 Fix build failure introduced by 0bfcd599e3f5c5679cc7d0165a0a1822e2f60de2
[qemu.git] / bt-host.h
blobf1eff65f45264f4851c486c84d897259afd6e1bb
1 #ifndef BT_HOST_H
2 #define BT_HOST_H
4 struct HCIInfo;
6 /* bt-host.c */
7 struct HCIInfo *bt_host_hci(const char *id);
9 #endif