Changeset 5cd136ab in mainline for uspace/lib/libc/include/ipc


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

device interfaces and driver cooperation - parts of code

Location:
uspace/lib/libc/include/ipc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/ipc/dev_iface.h

    r57937dd r5cd136ab  
    7777                        int irq;                       
    7878                } intr;         
    79         };     
     79        } res
    8080} hw_resource_t;
    8181
    82 typedef struct {
     82typedef struct hw_resource_list {
    8383        size_t count;
    8484        hw_resource_t *resources;       
  • uspace/lib/libc/include/ipc/devman.h

    r57937dd r5cd136ab  
    116116        DEVMAN_DRIVER = 1,
    117117        DEVMAN_CLIENT,
    118         DEVMAN_CONNECT_TO_DEVICE
     118        DEVMAN_CONNECT_TO_DEVICE,
     119        DEVMAN_CONNECT_TO_PARENTS_DEVICE
    119120} devman_interface_t;
    120121
Note: See TracChangeset for help on using the changeset viewer.