Changeset 3e6a98c5 in mainline for uspace/lib/usb
- Timestamp:
- 2012-11-30T19:26:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fa34dd
- Parents:
- e80d8f8
- Location:
- uspace/lib/usb/include/usb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/hc.h
re80d8f8 r3e6a98c5 39 39 #include <devman.h> 40 40 #include <ddf/driver.h> 41 #include < bool.h>41 #include <stdbool.h> 42 42 #include <fibril_synch.h> 43 43 #include <usb/usb.h> -
uspace/lib/usb/include/usb/usb.h
re80d8f8 r3e6a98c5 35 35 #define LIBUSB_USB_H_ 36 36 37 #include < bool.h>37 #include <stdbool.h> 38 38 #include <sys/types.h> 39 39 #include <byteorder.h>
Note:
See TracChangeset
for help on using the changeset viewer.