Changeset ea186c6 in mainline for uspace/srv/devman/devman.h
- Timestamp:
- 2011-08-18T20:27:26Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 921b84f
- Parents:
- 1f44b056 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/devman.h
r1f44b056 rea186c6 1 1 /* 2 2 * Copyright (c) 2010 Lenka Trochtova 3 * Copyright (c) 2011 Jiri Svoboda 3 4 * All rights reserved. 4 5 * … … 154 155 /** Name of the function, assigned by the device driver */ 155 156 char *name; 157 /** Function type */ 158 fun_type_t ftype; 156 159 157 160 /** Full path and name of the device in device hierarchy */ … … 265 268 extern bool insert_dev_node(dev_tree_t *, dev_node_t *, fun_node_t *); 266 269 extern bool insert_fun_node(dev_tree_t *, fun_node_t *, char *, dev_node_t *); 270 extern void remove_fun_node(dev_tree_t *, fun_node_t *); 267 271 268 272 /* Loc services */
Note:
See TracChangeset
for help on using the changeset viewer.