Changeset 8d2dd7f2 in mainline for uspace/lib/usbdev/include
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/lib/usbdev/include/usb/dev
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/alternate_ifaces.h
re48947e r8d2dd7f2 39 39 40 40 #include <usb/descriptor.h> 41 #include <sys/types.h> 41 #include <stddef.h> 42 #include <stdint.h> 42 43 43 44 /** Wrapper for data related to alternate interface setting. -
uspace/lib/usbdev/include/usb/dev/dp.h
re48947e r8d2dd7f2 36 36 #define LIBUSBDEV_DP_H_ 37 37 38 #include <sys/types.h> 38 #include <stddef.h> 39 #include <stdint.h> 39 40 40 41 /** USB descriptors nesting. -
uspace/lib/usbdev/include/usb/dev/pipes.h
re48947e r8d2dd7f2 40 40 41 41 #include <stdbool.h> 42 #include <sys/types.h> 42 #include <stddef.h> 43 #include <stdint.h> 43 44 44 45 #define CTRL_PIPE_MIN_PACKET_SIZE 8 -
uspace/lib/usbdev/include/usb/dev/poll.h
re48947e r8d2dd7f2 41 41 42 42 #include <stdbool.h> 43 #include <sys/types.h> 43 #include <stddef.h> 44 #include <stdint.h> 44 45 45 46 /** Parameters and callbacks for automated polling. */ -
uspace/lib/usbdev/include/usb/dev/request.h
re48947e r8d2dd7f2 36 36 #define LIBUSBDEV_REQUEST_H_ 37 37 38 #include <sys/types.h> 38 #include <stddef.h> 39 #include <stdint.h> 39 40 #include <l18n/langs.h> 40 41 #include <usb/usb.h>
Note:
See TracChangeset
for help on using the changeset viewer.