repo.or.cz
/
qemu-kvm
/
amd-iommu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit '666daa68234b5b1758652633cab07d5ca6046a5b' into upstream-merge
[qemu-kvm/amd-iommu.git]
/
bt-host.h
blob
f1eff65f45264f4851c486c84d897259afd6e1bb
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