summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_bus.h')
-rw-r--r--sys/dev/usb/usb_bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_bus.h b/sys/dev/usb/usb_bus.h
index c162bcb..942d919 100644
--- a/sys/dev/usb/usb_bus.h
+++ b/sys/dev/usb/usb_bus.h
@@ -87,7 +87,7 @@ struct usb_bus {
struct usb_device **devices;
usb_power_mask_t hw_power_state; /* see USB_HW_POWER_XXX */
- size_t uframe_usage[USB_HS_MICRO_FRAMES_MAX];
+ usb_size_t uframe_usage[USB_HS_MICRO_FRAMES_MAX];
uint16_t isoc_time_last; /* in milliseconds */
OpenPOWER on IntegriCloud