Changeset 084ff99 in mainline for uspace/srv/drivers/root/root.c


Ignore:
Timestamp:
2010-03-14T09:14:50Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7707954
Parents:
67ba309
Message:

passing device to driver (parts of code)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/drivers/root/root.c

    r67ba309 r084ff99  
    6565static bool root_add_device(device_t *dev)
    6666{
     67        printf(NAME ": root_add_device, device handle = %s", dev->handle);
    6768        // TODO add root device and register its children
    6869        return true;
Note: See TracChangeset for help on using the changeset viewer.