Changeset d347b53 in mainline for uspace/lib/libc/generic/devman.c


Ignore:
Timestamp:
2010-03-21T19:33: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:
66babbd
Parents:
bda60d9
Message:

child device registration - parts of code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/devman.c

    rbda60d9 rd347b53  
    108108int devman_child_device_register(
    109109        const char *name, match_id_list_t *match_ids, device_handle_t parent_handle, device_handle_t *handle)
    110 {       
     110{              
    111111        int phone = devman_get_phone(DEVMAN_DRIVER, IPC_FLAG_BLOCKING);
    112112       
Note: See TracChangeset for help on using the changeset viewer.