Changeset dd10e07 in mainline for uspace/drv/usbhid/usbhid.h
- Timestamp:
- 2011-04-08T07:04:30Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 73ae3373
- Parents:
- 7f2e33a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/usbhid.h
r7f2e33a rdd10e07 39 39 #include <stdint.h> 40 40 41 //#include <fibril_synch.h>42 43 //#include <usb/classes/hid.h>44 41 #include <usb/classes/hidparser.h> 45 42 #include <ddf/driver.h> … … 105 102 const char *usb_hid_get_class_name(usb_hid_iface_protocol_t device_type); 106 103 107 /** @todo Maybe not needed in the API. */108 104 void usb_hid_free(usb_hid_dev_t **hid_dev); 109 105
Note:
See TracChangeset
for help on using the changeset viewer.