Changeset 5cd136ab in mainline for uspace/lib/libdrv/generic/driver.c


Ignore:
Timestamp:
2010-04-02T13:37:58Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a66bc2
Parents:
57937dd
Message:

device interfaces and driver cooperation - parts of code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libdrv/generic/driver.c

    r57937dd r5cd136ab  
    141141                return;
    142142        }
     143       
     144       
     145        // TODO - if the client is not a driver, check whether it is allowed to use the device
    143146
    144147        // TODO open the device (introduce some callbacks for opening and closing devices registered by the driver)
Note: See TracChangeset for help on using the changeset viewer.