blob: f1eff65f45264f4851c486c84d897259afd6e1bb [file] [log] [blame]
David 'Digit' Turner5d8f37a2009-09-14 14:32:27 -07001#ifndef BT_HOST_H
2#define BT_HOST_H
3
4struct HCIInfo;
5
6/* bt-host.c */
7struct HCIInfo *bt_host_hci(const char *id);
8
9#endif