Changes in uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.h [e3b5129:31cfee16] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.h
re3b5129 r31cfee16 40 40 41 41 struct usb_hid_dev; 42 //struct usb_hid_subdriver_mapping;43 42 44 43 /*----------------------------------------------------------------------------*/ 45 44 46 //extern struct usb_hid_subdriver_mapping usb_lgtch_mapping;45 int usb_lgtch_init(struct usb_hid_dev *hid_dev); 47 46 48 /*----------------------------------------------------------------------------*/ 49 50 //int usb_lgtch_init(struct usb_hid_dev *hid_dev); 47 void usb_lgtch_deinit(struct usb_hid_dev *hid_dev); 51 48 52 49 bool usb_lgtch_polling_callback(struct usb_hid_dev *hid_dev, uint8_t *buffer,
Note:
See TracChangeset
for help on using the changeset viewer.