Changeset b688fd8 in mainline for uspace/lib/drv/generic/private/driver.h
- Timestamp:
- 2015-08-17T18:54:56Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- abf2dfd
- Parents:
- b10460a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/private/driver.h
rb10460a rb688fd8 96 96 97 97 /** Connection handler or @c NULL to use the DDF default handler. */ 98 async_ client_conn_t conn_handler;98 async_port_handler_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.