Changes in uspace/drv/bus/usb/usbhid/subdrivers.h [76fbd9a:07b9cbae] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/subdrivers.h
r76fbd9a r07b9cbae 40 40 #include "kbd/kbddev.h" 41 41 42 42 /*----------------------------------------------------------------------------*/ 43 43 44 44 typedef struct usb_hid_subdriver_usage { … … 47 47 } usb_hid_subdriver_usage_t; 48 48 49 49 /*----------------------------------------------------------------------------*/ 50 50 51 51 /** Structure representing the mapping between device requirements and the … … 81 81 } usb_hid_subdriver_mapping_t; 82 82 83 83 /*----------------------------------------------------------------------------*/ 84 84 85 85 extern const usb_hid_subdriver_mapping_t usb_hid_subdrivers[]; 86 86 extern const size_t USB_HID_MAX_SUBDRIVERS; 87 87 88 88 /*----------------------------------------------------------------------------*/ 89 89 90 90 #endif /* USB_HID_SUBDRIVERS_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.