Changeset d1e580a in mainline for uspace/drv/bus/usb/usbhid/subdrivers.h
- Timestamp:
- 2012-07-29T03:07:52Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10334c2e
- Parents:
- d7c8e39f (diff), b2ba418 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/subdrivers.h
rd7c8e39f rd1e580a 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.