Changeset d7427a7e in mainline for uspace/lib/c/include/devman.h


Ignore:
Timestamp:
2011-08-18T20:27:02Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be79a663
Parents:
0cc32f2 (diff), ef7052ec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/devman.h

    r0cc32f2 rd7427a7e  
    4949extern int devman_add_function(const char *, fun_type_t, match_id_list_t *,
    5050    devman_handle_t, devman_handle_t *);
     51extern int devman_remove_function(devman_handle_t);
    5152
    5253extern async_sess_t *devman_device_connect(exch_mgmt_t, devman_handle_t,
Note: See TracChangeset for help on using the changeset viewer.