Changes in uspace/lib/drv/generic/private/driver.h [b688fd8:facc34d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/private/driver.h
rb688fd8 rfacc34d 93 93 94 94 /** Implementation of operations provided by this function */ 95 ddf_dev_ops_t *ops;95 const ddf_dev_ops_t *ops; 96 96 97 97 /** Connection handler or @c NULL to use the DDF default handler. */ 98 async_ port_handler_t conn_handler;98 async_client_conn_t conn_handler; 99 99 100 100 /** Link in the list of functions handled by the driver */
Note:
See TracChangeset
for help on using the changeset viewer.