Changes in uspace/lib/usb/include/usb/hcdhubd.h [1f43c8f:4d31d58] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/hcdhubd.h
r1f43c8f r4d31d58 37 37 38 38 #include <adt/list.h> 39 #include <bool.h>40 39 #include <driver.h> 41 40 #include <usb/usb.h> … … 176 175 int usb_hc_async_wait_for(usb_handle_t); 177 176 178 int usb_hc_add_child_device(device_t *, const char *, const char *, bool);179 177 180 178 #endif
Note:
See TracChangeset
for help on using the changeset viewer.