]> git.proxmox.com Git - qemu.git/blame_incremental - bt-host.h
Fix chrdev return value conversion
[qemu.git] / bt-host.h
... / ...
CommitLineData
1#ifndef BT_HOST_H
2#define BT_HOST_H
3
4struct HCIInfo;
5
6/* bt-host.c */
7struct HCIInfo *bt_host_hci(const char *id);
8
9#endif