Changeset 267f235 in mainline for uspace/drv/infrastructure/rootvirt/rootvirt.c
- Timestamp:
- 2012-08-17T13:06:32Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 20dd67e
- Parents:
- 52c4264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/rootvirt/rootvirt.c
r52c4264 r267f235 240 240 printf(NAME ": HelenOS virtual devices root driver\n"); 241 241 242 ddf_log_init(NAME , LVL_ERROR);242 ddf_log_init(NAME); 243 243 return ddf_driver_main(&rootvirt_driver); 244 244 }
Note:
See TracChangeset
for help on using the changeset viewer.