]> Git Repo - qemu.git/blob - bt-host.h
monitor: convert do_cpu_set() to QObject, QError
[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
This page took 0.022826 seconds and 4 git commands to generate.