Changeset 7d521e24 in mainline for uspace/lib/usbdev/include/usb/dev/request.h
- Timestamp:
- 2011-05-17T08:54:43Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9f2de92
- Parents:
- 04c418d
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/request.h
r04c418d r7d521e24 33 33 * Standard USB requests. 34 34 */ 35 #ifndef LIBUSB _REQUEST_H_36 #define LIBUSB _REQUEST_H_35 #ifndef LIBUSBDEV_REQUEST_H_ 36 #define LIBUSBDEV_REQUEST_H_ 37 37 38 38 #include <sys/types.h> 39 39 #include <l18n/langs.h> 40 40 #include <usb/usb.h> 41 #include <usb/ pipes.h>41 #include <usb/dev/pipes.h> 42 42 #include <usb/descriptor.h> 43 43
Note:
See TracChangeset
for help on using the changeset viewer.