Changeset 09ab0a9a in mainline for uspace/lib/usbdev/include/usb/dev/poll.h
- Timestamp:
- 2018-09-13T12:05:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/poll.h
rb2aaaa0 r09ab0a9a 46 46 #include <fibril_synch.h> 47 47 48 49 48 /** USB automated polling. */ 50 49 typedef struct usb_polling { … … 76 75 bool (*on_data)(usb_device_t *dev, uint8_t *data, size_t data_size, 77 76 void *arg); 78 79 77 80 78 /** … … 127 125 bool (*on_error)(usb_device_t *dev, errno_t err_code, void *arg); 128 126 129 130 127 /** 131 128 * Internal parameters - user is not expected to set them. Messing with
Note:
See TracChangeset
for help on using the changeset viewer.