Changes in uspace/drv/infrastructure/root/root.c [3e6a98c5:e882e3a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/root/root.c
r3e6a98c5 re882e3a 41 41 #include <stdio.h> 42 42 #include <errno.h> 43 #include < stdbool.h>43 #include <bool.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 df_dev_get_handle(dev));206 dev->handle); 207 207 208 208 /* … … 237 237 printf(NAME ": HelenOS root device driver\n"); 238 238 239 ddf_log_init(NAME );239 ddf_log_init(NAME, LVL_ERROR); 240 240 return ddf_driver_main(&root_driver); 241 241 }
Note:
See TracChangeset
for help on using the changeset viewer.