Changeset be12474 in mainline for uspace/lib/c/generic/devman.c
- Timestamp:
- 2015-08-30T14:52:08Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb0ca35
- Parents:
- df13836
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/devman.c
rdf13836 rbe12474 217 217 match_id_list_t *match_ids, devman_handle_t devh, devman_handle_t *funh) 218 218 { 219 intmatch_count = list_count(&match_ids->ids);219 unsigned long match_count = list_count(&match_ids->ids); 220 220 async_exch_t *exch = devman_exchange_begin_blocking(INTERFACE_DDF_DRIVER); 221 221
Note:
See TracChangeset
for help on using the changeset viewer.