summary refs log tree commit diff stats
path: root/hw/bt.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/bt.h')
-rw-r--r--hw/bt.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/hw/bt.h b/hw/bt.h
index 7cb192b77e..fb04403632 100644
--- a/hw/bt.h
+++ b/hw/bt.h
@@ -4,6 +4,11 @@
  * Copyright (C) 2007 OpenMoko, Inc.
  * Written by Andrzej Zaborowski <andrew@openedhand.com>
  *
+ * Useful definitions taken from BlueZ project's headers.
+ * Copyright (C) 2000-2001  Qualcomm Incorporated
+ * Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
+ * Copyright (C) 2002-2006  Marcel Holtmann <marcel@holtmann.org>
+ *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
@@ -104,6 +109,12 @@ struct bt_device_s {
 void bt_device_init(struct bt_device_s *dev, struct bt_scatternet_s *net);
 void bt_device_done(struct bt_device_s *dev);
 
+/* bt-hci.c */
+struct HCIInfo *bt_new_hci(struct bt_scatternet_s *net);
+
+/* bt-host.c */
+struct HCIInfo *bt_host_hci(const char *id);
+
 /* bt-hci-csr.c */
 enum {
     csrhci_pin_reset,