Changeset c39544a in mainline for uspace/lib/usb/include/usb/hcdhubd.h
- Timestamp:
- 2010-12-03T09:59:35Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4144630
- Parents:
- da55d5b (diff), 78f01ff9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/hcdhubd.h
rda55d5b rc39544a 37 37 38 38 #include <adt/list.h> 39 #include <bool.h> 39 40 #include <driver.h> 40 41 #include <usb/usb.h> … … 175 176 int usb_hc_async_wait_for(usb_handle_t); 176 177 178 int usb_hc_add_child_device(device_t *, const char *, const char *, bool); 177 179 178 180 #endif
Note:
See TracChangeset
for help on using the changeset viewer.