https://github.com/qemu/qemu
Raw File
Tip revision: 1c8a881daaca6fe0646a425b0970fb3ad25f6732 authored by Anthony Liguori on 01 December 2011, 20:04:21 UTC
Update version for 1.0 release
Tip revision: 1c8a881
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