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