https://github.com/qemu/qemu
Raw File
Tip revision: 04024dea2674861fcf13582a77b58130c67fccd8 authored by Michael Roth on 28 January 2013, 16:38:28 UTC
update VERSION for v1.3.1
Tip revision: 04024de
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