https://github.com/qemu/qemu
Raw File
Tip revision: fe1b69708c72b163d3acdf2bb012e169d2d3dda0 authored by Anthony Liguori on 20 December 2009, 01:31:18 UTC
Update version and changelog for 0.12.1
Tip revision: fe1b697
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