summaryrefslogtreecommitdiffstats
path: root/daemon/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/device.h')
-rw-r--r--daemon/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/device.h b/daemon/device.h
index 4bf9752..ea77069 100644
--- a/daemon/device.h
+++ b/daemon/device.h
@@ -31,7 +31,7 @@ struct device_info {
31 uint16_t pid; 31 uint16_t pid;
32}; 32};
33 33
34void device_data_input(struct usb_device *dev, unsigned char *buf, int length); 34void device_data_input(struct usb_device *dev, unsigned char *buf, uint32_t length);
35 35
36int device_add(struct usb_device *dev); 36int device_add(struct usb_device *dev);
37void device_remove(struct usb_device *dev); 37void device_remove(struct usb_device *dev);