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


Ignore:
File:
1 edited

Legend:

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

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