summaryrefslogtreecommitdiff
path: root/bt-host.h
diff options
context:
space:
mode:
Diffstat (limited to 'bt-host.h')
-rw-r--r--bt-host.h9
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