libsigrok/hardware/common
Uwe Hermann dcc94340bd usb: Fix two compiler warnings on Windows.
CC       libsigrok_hw_common_la-usb.lo
usb.c:241:18: warning: no previous prototype for 'usb_thread'
[-Wmissing-prototypes]
 SR_PRIV gpointer usb_thread(gpointer data)
                  ^
usb.c:256:13: warning: no previous prototype for 'usb_callback'
[-Wmissing-prototypes]
 SR_PRIV int usb_callback(int fd, int revents, void *cb_data)
             ^
2014-01-17 00:38:33 +01:00
..
dmm hardware/common/dmm: Fix debug output level. 2014-01-06 20:44:44 +01:00
Makefile.am scpi_usbtmc: does not depend on libserialport 2014-01-13 22:53:57 +01:00
ezusb.c Centralise duplicated logging helper defines. 2013-12-27 12:54:05 +01:00
scpi.c scpi: Use sr_atof_ascii() instead of sr_atof(). 2014-01-16 16:27:35 +01:00
scpi_serial.c remove unused static functions 2014-01-14 23:39:23 +01:00
scpi_tcp.c change a bunch of functions from SR_PRIV to static 2014-01-14 23:39:23 +01:00
scpi_usbtmc.c change a bunch of functions from SR_PRIV to static 2014-01-14 23:39:23 +01:00
scpi_vxi.c scpi_vxi: ensure the vxi link was properly opened before closing it 2014-01-12 18:46:24 +01:00
serial.c serial: Improved docs. 2014-01-03 20:08:04 +01:00
usb.c usb: Fix two compiler warnings on Windows. 2014-01-17 00:38:33 +01:00
vxi.h import VXI RPC Language description 2014-01-11 22:34:51 +01:00
vxi.x import VXI RPC Language description 2014-01-11 22:34:51 +01:00
vxi_clnt.c import VXI RPC Language description 2014-01-11 22:34:51 +01:00
vxi_xdr.c import VXI RPC Language description 2014-01-11 22:34:51 +01:00