Changes in / [4942d63:972e8a9] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/ddf/driver.h

    r4942d63 r972e8a9  
    108108        const char *name;
    109109        /** Generic device driver operations */
    110         const driver_ops_t *driver_ops;
     110        driver_ops_t *driver_ops;
    111111} driver_t;
    112112
Note: See TracChangeset for help on using the changeset viewer.