Sign in
qemu
/
qemu
/
99c7f87826337fa81f2f0f9baa9ca0a44faf90e9
/
.
/
bt-host.h
blob: f1eff65f45264f4851c486c84d897259afd6e1bb [
file
] [
log
] [
blame
]
aurel32
5ef4efa
2009-03-10 21:43:35 +0000
[
diff
] [
blame
]
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