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


Ignore:
Timestamp:
2010-03-25T14:47:20Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1769ee
Parents:
a087f2e
Message:

parts of code of a dummy root HW device driver for ia32 platform

File:
1 edited

Legend:

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

    ra087f2e reff1a590  
    4444        const char *name;
    4545        match_id_list_t match_ids;
     46        void *driver_data;
    4647       
    47         // TODO add more items - parent bus type etc.
     48        // TODO add more items
    4849       
    4950        link_t link;
     
    7273}
    7374
    74 static inline delete_device(device_t *dev) {
     75static inline void delete_device(device_t *dev) {
    7576        clean_match_ids(&dev->match_ids);
    7677        if (NULL != dev->name) {
Note: See TracChangeset for help on using the changeset viewer.