Changes in / [972e8a9:4942d63] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/ddf/driver.h
r972e8a9 r4942d63 108 108 const char *name; 109 109 /** Generic device driver operations */ 110 driver_ops_t *driver_ops;110 const driver_ops_t *driver_ops; 111 111 } driver_t; 112 112
Note:
See TracChangeset
for help on using the changeset viewer.