Changes in uspace/srv/devman/devman.h [d0dd7b5:e280857] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/devman.h
rd0dd7b5 re280857 1 1 /* 2 2 * Copyright (c) 2010 Lenka Trochtova 3 * Copyright (c) 2011 Jiri Svoboda4 3 * All rights reserved. 5 4 * … … 155 154 /** Name of the function, assigned by the device driver */ 156 155 char *name; 157 /** Function type */158 fun_type_t ftype;159 156 160 157 /** Full path and name of the device in device hierarchy */ … … 268 265 extern bool insert_dev_node(dev_tree_t *, dev_node_t *, fun_node_t *); 269 266 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 *);271 267 272 268 /* Loc services */
Note:
See TracChangeset
for help on using the changeset viewer.