Changeset 39701ed in mainline for uspace/drv/usbhub/main.c
- Timestamp:
- 2010-12-10T17:09:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d08b1603
- Parents:
- ebb98c5 (diff), ee0d8a8 (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/drv/usbhub/main.c
rebb98c5 r39701ed 30 30 #include <errno.h> 31 31 #include "usbhub.h" 32 #include "usbhub_private.h" 33 34 35 usb_general_list_t usb_hub_list; 32 36 33 37 static driver_ops_t hub_driver_ops = { … … 42 46 int main(int argc, char *argv[]) 43 47 { 48 usb_lst_init(&usb_hub_list); 44 49 return driver_main(&hub_driver); 45 50 }
Note:
See TracChangeset
for help on using the changeset viewer.