Changeset a9ab7f47 in mainline
- Timestamp:
- 2011-05-20T20:23:06Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 96f2aa6
- Parents:
- 04028225
- Location:
- uspace/lib/usb
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/Makefile
r04028225 ra9ab7f47 40 40 src/dump.c \ 41 41 src/hc.c \ 42 src/resolve.c \ 42 43 src/usb.c 43 44 -
uspace/lib/usb/include/usb/driver.h
r04028225 ra9ab7f47 38 38 #include <sys/types.h> 39 39 #include <ipc/devman.h> 40 #include <usb/usb.h> 40 41 41 42 int usb_hc_find(devman_handle_t, devman_handle_t *); 43 int usb_resolve_device_handle(const char *, devman_handle_t *, usb_address_t *, 44 devman_handle_t *); 42 45 43 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.