Changeset 9a66bc2 in mainline for uspace/lib/libdrv/include/driver.h


Ignore:
Timestamp:
2010-04-04T21:52:26Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c06905
Parents:
5cd136ab
Message:

several bugs fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libdrv/include/driver.h

    r5cd136ab r9a66bc2  
    8080        device_handle_t handle;
    8181        /** The phone to the parent device driver.*/
    82         ipcarg_t parent_phone;
     82        int parent_phone;
    8383        /** The device's name.*/
    8484        const char *name;
Note: See TracChangeset for help on using the changeset viewer.