Changeset cd0684d in mainline for uspace/lib/drv/include/driver.h
- Timestamp:
- 2011-02-14T22:14:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 659ca07
- Parents:
- 97a62fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/driver.h
r97a62fe rcd0684d 162 162 extern void ddf_fun_destroy(function_t *); 163 163 extern int ddf_fun_bind(function_t *); 164 extern int ddf_fun_add_match_id(function_t *, const char *, int); 164 165 165 166 extern void *function_get_ops(function_t *, dev_inferface_idx_t);
Note:
See TracChangeset
for help on using the changeset viewer.