summaryrefslogtreecommitdiff
path: root/sys/netbt/hci.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netbt/hci.h')
-rw-r--r--sys/netbt/hci.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netbt/hci.h b/sys/netbt/hci.h
index 700bceb2e59..da5202bac2b 100644
--- a/sys/netbt/hci.h
+++ b/sys/netbt/hci.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hci.h,v 1.7 2007/06/19 08:12:34 uwe Exp $ */
+/* $OpenBSD: hci.h,v 1.8 2007/06/24 20:55:27 uwe Exp $ */
/* $NetBSD: hci.h,v 1.10 2007/04/21 06:15:23 plunky Exp $ */
/*-
@@ -55,7 +55,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: hci.h,v 1.7 2007/06/19 08:12:34 uwe Exp $
+ * $Id: hci.h,v 1.8 2007/06/24 20:55:27 uwe Exp $
* $FreeBSD: src/sys/netgraph/bluetooth/include/ng_hci.h,v 1.6 2005/01/07 01:45:43 imp Exp $
*/
@@ -2221,6 +2221,7 @@ void hci_complete_sco(struct hci_unit *, struct mbuf *);
void hci_output_cmd(struct hci_unit *, struct mbuf *);
void hci_output_acl(struct hci_unit *, struct mbuf *);
void hci_output_sco(struct hci_unit *, struct mbuf *);
+void hci_intr(void *);
/* XXX mimic NetBSD for now, although we don't have these interfaces */
#define M_GETCTX(m, t) ((t)(m)->m_pkthdr.rcvif)