diff options
Diffstat (limited to 'bt-host.h')
-rw-r--r-- | bt-host.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bt-host.h b/bt-host.h new file mode 100644 index 0000000000..f1eff65f45 --- /dev/null +++ b/bt-host.h @@ -0,0 +1,9 @@ +#ifndef BT_HOST_H +#define BT_HOST_H + +struct HCIInfo; + +/* bt-host.c */ +struct HCIInfo *bt_host_hci(const char *id); + +#endif |