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/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;       
Note: See TracChangeset for help on using the changeset viewer.