Changes in uspace/drv/bus/usb/usbhid/subdrivers.h [93d2684:cc29622] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/subdrivers.h
r93d2684 rcc29622 78 78 79 79 /** Subdriver for controlling this device. */ 80 constusb_hid_subdriver_t subdriver;80 usb_hid_subdriver_t subdriver; 81 81 } usb_hid_subdriver_mapping_t; 82 82 … … 84 84 85 85 extern const usb_hid_subdriver_mapping_t usb_hid_subdrivers[]; 86 extern const int USB_HID_MAX_SUBDRIVERS;87 86 88 87 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.