Changeset 8d2dd7f2 in mainline for uspace/lib/usb/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/usb/include/usb
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hub.h
re48947e r8d2dd7f2 36 36 #define LIBUSB_CLASS_HUB_H_ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 40 40 /** Hub class feature selector. -
uspace/lib/usb/include/usb/debug.h
re48947e r8d2dd7f2 36 36 #define LIBUSB_DEBUG_H_ 37 37 #include <stdio.h> 38 #include <sys/types.h> 38 #include <stddef.h> 39 #include <stdint.h> 39 40 #include <io/log.h> 40 41 -
uspace/lib/usb/include/usb/descriptor.h
re48947e r8d2dd7f2 36 36 #define LIBUSB_DESCRIPTOR_H_ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 40 40 /** Descriptor type. */ -
uspace/lib/usb/include/usb/request.h
re48947e r8d2dd7f2 36 36 #define LIBUSB_REQUEST_H_ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 40 40 /** Standard device request. */ -
uspace/lib/usb/include/usb/usb.h
re48947e r8d2dd7f2 36 36 37 37 #include <stdbool.h> 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 #include <byteorder.h> 40 40
Note:
See TracChangeset
for help on using the changeset viewer.