diff options
author | ttsou | 2009-09-14 00:08:02 -0400 |
---|---|---|
committer | ttsou | 2009-09-16 17:08:52 -0400 |
commit | 0f03f1c1d460d865aeff91b9538266b0b210a357 (patch) | |
tree | 12d6281362c71538c6be8a1adc52774021e2af2f /config | |
parent | 2c30dff7d519987a0f239f29f09e340d203c0148 (diff) | |
download | gnuradio-0f03f1c1d460d865aeff91b9538266b0b210a357.tar.gz gnuradio-0f03f1c1d460d865aeff91b9538266b0b210a357.tar.bz2 gnuradio-0f03f1c1d460d865aeff91b9538266b0b210a357.zip |
Combined additiona usrp_prims code
Diffstat (limited to 'config')
-rw-r--r-- | config/usrp_libusb.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/usrp_libusb.m4 b/config/usrp_libusb.m4 index 107144e33..593ffbd5c 100644 --- a/config/usrp_libusb.m4 +++ b/config/usrp_libusb.m4 @@ -108,8 +108,10 @@ _EOF_ if test x$have_libusb1 = xno; then echo 'struct usb_device;'>> $tmpfile echo 'struct usb_dev_handle;'>> $tmpfile - echo 'typedef struct usb_device libusb_device;' >> $tmpfile - echo 'typedef struct usb_dev_handle libusb_device_handle;' >> $tmpfile + echo 'struct usb_device_descriptor;' >> $tmpfile + echo 'typedef usb_device libusb_device;' >> $tmpfile + echo 'typedef usb_dev_handle libusb_device_handle;' >> $tmpfile + echo 'typedef usb_device_descriptor libusb_device_descriptor;' >> $tmpfile echo >> $tmpfile fi |