Changeset cddcc4a3 in mainline for uspace/srv/devman/devman.h
- Timestamp:
- 2012-08-14T18:16:39Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 669f5cae
- Parents:
- 76d92db1 (diff), 4802dd7 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/devman.h
r76d92db1 rcddcc4a3 174 174 /** State */ 175 175 fun_state_t state; 176 /** Locked while performing reconfiguration operations */ 177 fibril_mutex_t busy_lock; 176 178 177 179 /** The global unique identifier of the function */ … … 279 281 extern void dev_add_ref(dev_node_t *); 280 282 extern void dev_del_ref(dev_node_t *); 283 281 284 extern dev_node_t *find_dev_node_no_lock(dev_tree_t *tree, 282 285 devman_handle_t handle); … … 290 293 extern void fun_add_ref(fun_node_t *); 291 294 extern void fun_del_ref(fun_node_t *); 295 extern void fun_busy_lock(fun_node_t *); 296 extern void fun_busy_unlock(fun_node_t *); 292 297 extern fun_node_t *find_fun_node_no_lock(dev_tree_t *tree, 293 298 devman_handle_t handle);
Note:
See TracChangeset
for help on using the changeset viewer.