Changes in uspace/drv/usbhub/main.c [b5ec347:4317827] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/main.c
rb5ec347 r4317827 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;36 32 37 33 static driver_ops_t hub_driver_ops = { … … 46 42 int main(int argc, char *argv[]) 47 43 { 48 usb_lst_init(&usb_hub_list);49 44 return driver_main(&hub_driver); 50 45 }
Note:
See TracChangeset
for help on using the changeset viewer.