Changeset 924c75e1 in mainline for uspace/srv/devman/devman.h


Ignore:
Timestamp:
2010-02-24T22:09:12Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
729fa2d6
Parents:
0c3666d
Message:

backup (unstable)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/devman.h

    r0c3666d r924c75e1  
    201201        list_initialize(&drv->match_ids.ids);
    202202        list_initialize(&drv->devices);
     203        fibril_mutex_initialize(&drv->driver_mutex);   
    203204}
    204205
Note: See TracChangeset for help on using the changeset viewer.