Changes in uspace/drv/infrastructure/root/root.c [e882e3a:3e6a98c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/root/root.c
re882e3a r3e6a98c5 41 41 #include <stdio.h> 42 42 #include <errno.h> 43 #include < bool.h>43 #include <stdbool.h> 44 44 #include <fibril_synch.h> 45 45 #include <stdlib.h> … … 204 204 { 205 205 ddf_msg(LVL_DEBUG, "root_dev_add, device handle=%" PRIun, 206 d ev->handle);206 ddf_dev_get_handle(dev)); 207 207 208 208 /* … … 237 237 printf(NAME ": HelenOS root device driver\n"); 238 238 239 ddf_log_init(NAME , LVL_ERROR);239 ddf_log_init(NAME); 240 240 return ddf_driver_main(&root_driver); 241 241 }
Note:
See TracChangeset
for help on using the changeset viewer.