]> git.proxmox.com Git - qemu.git/blob - bt-host.h
Fix Windows host breakage by 45a50b1668822c23afc2a89f724654e176518bc4 (TeLeMan)
[qemu.git] / bt-host.h
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