Changes in uspace/lib/drv/generic/private/driver.h [facc34d:56fd7cf] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/private/driver.h
rfacc34d r56fd7cf 93 93 94 94 /** Implementation of operations provided by this function */ 95 constddf_dev_ops_t *ops;95 ddf_dev_ops_t *ops; 96 96 97 97 /** Connection handler or @c NULL to use the DDF default handler. */
Note:
See TracChangeset
for help on using the changeset viewer.