Statistics
| Branch: | Revision:

root / bt-host.h @ 45664345

History | View | Annotate | Download (123 Bytes)

1 5ef4efa4 aurel32
#ifndef BT_HOST_H
2 5ef4efa4 aurel32
#define BT_HOST_H
3 5ef4efa4 aurel32
4 5ef4efa4 aurel32
struct HCIInfo;
5 5ef4efa4 aurel32
6 5ef4efa4 aurel32
/* bt-host.c */
7 5ef4efa4 aurel32
struct HCIInfo *bt_host_hci(const char *id);
8 5ef4efa4 aurel32
9 5ef4efa4 aurel32
#endif