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


Ignore:
Timestamp:
2010-12-10T16:15:17Z (13 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/test1/test1.c

    ra880374 r9f6c5ef0  
    6464
    6565        int rc = child_device_register_wrapper(parent, name,
    66             match_id, match_score);
     66            match_id, match_score, NULL);
    6767
    6868        if (rc == EOK) {
Note: See TracChangeset for help on using the changeset viewer.