Changeset b74ec299 in mainline
- Timestamp:
- 2015-07-05T04:03:52Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f523daf
- Parents:
- 58d4880
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/main.c
r58d4880 rb74ec299 38 38 #include <errno.h> 39 39 #include <io/log.h> 40 #include <io/logctl.h> 40 41 #include <pci_dev_iface.h> 41 42 #include <stdio.h> … … 151 152 printf(NAME ": HelenOS UHCI driver.\n"); 152 153 log_init(NAME); 153 154 logctl_set_log_level(NAME, LVL_NOTE); 154 155 return ddf_driver_main(&uhci_driver); 155 156 }
Note:
See TracChangeset
for help on using the changeset viewer.