From f34a2da101f02998915a172b28b49fbdfa38d289 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Fri, 4 Jun 2010 18:10:12 +0000 Subject: [PATCH] inlined hci_transport_usb.h --- src/hci_transport.h | 3 ++- src/hci_transport_usb.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/hci_transport.h b/src/hci_transport.h index fb4fd9708..4bc8995b2 100644 --- a/src/hci_transport.h +++ b/src/hci_transport.h @@ -63,7 +63,8 @@ typedef struct { // unique usb device identifier } hci_libusb_config_t; -// inline hci_transport_h4.h +// inline various hci_transport_X.h files extern hci_transport_t * hci_transport_h4_instance(); +extern hci_transport_t * hci_transport_usb_instance(); diff --git a/src/hci_transport_usb.c b/src/hci_transport_usb.c index 11f48f7d8..bf8febfa1 100644 --- a/src/hci_transport_usb.c +++ b/src/hci_transport_usb.c @@ -56,7 +56,7 @@ #include #include "hci.h" -#include "hci_transport_usb.h" +#include "hci_transport.h" #include "hci_dump.h" // prototypes