From c62085a66bd97f389f49167492f7dccfb0b02976 Mon Sep 17 00:00:00 2001
From: ttsou <ttsou@vt.edu>
Date: Thu, 27 Aug 2009 18:13:54 -0400
Subject: first shot at re-adding libusb-0.12 support

---
 usrp/host/lib/fusb.h | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'usrp/host/lib/fusb.h')

diff --git a/usrp/host/lib/fusb.h b/usrp/host/lib/fusb.h
index fbd651204a..24d2bee6ec 100644
--- a/usrp/host/lib/fusb.h
+++ b/usrp/host/lib/fusb.h
@@ -26,7 +26,13 @@
 #define _FUSB_H_
 
 
+#if 1
+struct	usb_dev_handle;
+typedef struct usb_dev_handle libusb_device_handle;
+#else
 struct  libusb_device_handle;
+#endif
+
 struct 	libusb_context;
 class   fusb_ephandle;
 
@@ -120,6 +126,8 @@ public:
   static fusb_devhandle *make_devhandle (libusb_device_handle *udh,
                                          libusb_context *ctx);
 
+  static fusb_devhandle *make_devhandle (libusb_device_handle *udh);
+
   /*!
    * \brief Returns max block size in bytes (hard limit).
    */
-- 
cgit v1.2.3