Changeset cd0684d in mainline for uspace/lib/drv/include/driver.h


Ignore:
Timestamp:
2011-02-14T22:14:52Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
659ca07
Parents:
97a62fe
Message:

Remove register_function_wrapper() since it became practically useless.
Provide ddf_fun_add_match_id() instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/driver.h

    r97a62fe rcd0684d  
    162162extern void ddf_fun_destroy(function_t *);
    163163extern int ddf_fun_bind(function_t *);
     164extern int ddf_fun_add_match_id(function_t *, const char *, int);
    164165
    165166extern void *function_get_ops(function_t *, dev_inferface_idx_t);
Note: See TracChangeset for help on using the changeset viewer.