diff options
Diffstat (limited to 'daemon/device.h')
| -rw-r--r-- | daemon/device.h | 2 |
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 | ||
| 34 | void device_data_input(struct usb_device *dev, unsigned char *buf, int length); | 34 | void device_data_input(struct usb_device *dev, unsigned char *buf, uint32_t length); |
| 35 | 35 | ||
| 36 | int device_add(struct usb_device *dev); | 36 | int device_add(struct usb_device *dev); |
| 37 | void device_remove(struct usb_device *dev); | 37 | void device_remove(struct usb_device *dev); |
