Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/infrastructure/root/root.c

    r3e6a98c5 re882e3a  
    4141#include <stdio.h>
    4242#include <errno.h>
    43 #include <stdbool.h>
     43#include <bool.h>
    4444#include <fibril_synch.h>
    4545#include <stdlib.h>
     
    204204{
    205205        ddf_msg(LVL_DEBUG, "root_dev_add, device handle=%" PRIun,
    206             ddf_dev_get_handle(dev));
     206            dev->handle);
    207207
    208208        /*
     
    237237        printf(NAME ": HelenOS root device driver\n");
    238238
    239         ddf_log_init(NAME);
     239        ddf_log_init(NAME, LVL_ERROR);
    240240        return ddf_driver_main(&root_driver);
    241241}
Note: See TracChangeset for help on using the changeset viewer.