Changeset 9f6c5ef0 in mainline for uspace/drv/rootvirt/rootvirt.c


Ignore:
Timestamp:
2010-12-10T16:15:17Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0995cd6
Parents:
a880374
Message:

Add child device wrapper tells devman handle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/rootvirt/rootvirt.c

    ra880374 r9f6c5ef0  
    8484
    8585        int rc = child_device_register_wrapper(parent, virt_dev->name,
    86             virt_dev->match_id, 10);
     86            virt_dev->match_id, 10, NULL);
    8787
    8888        if (rc == EOK) {
Note: See TracChangeset for help on using the changeset viewer.