https://github.com/qemu/qemu
Raw File
Tip revision: 76e4e1d23711750f777333654f13cf6baf8d01f1 authored by Anthony Liguori on 08 August 2011, 18:27:32 UTC
Update version to 0.15.0
Tip revision: 76e4e1d
bt-host.h
#ifndef BT_HOST_H
#define BT_HOST_H

struct HCIInfo;

/* bt-host.c */
struct HCIInfo *bt_host_hci(const char *id);

#endif
back to top