Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/devman.h

    rd0dd7b5 re280857  
    11/*
    22 * Copyright (c) 2010 Lenka Trochtova
    3  * Copyright (c) 2011 Jiri Svoboda
    43 * All rights reserved.
    54 *
     
    155154        /** Name of the function, assigned by the device driver */
    156155        char *name;
    157         /** Function type */
    158         fun_type_t ftype;
    159156       
    160157        /** Full path and name of the device in device hierarchy */
     
    268265extern bool insert_dev_node(dev_tree_t *, dev_node_t *, fun_node_t *);
    269266extern 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 *);
    271267
    272268/* Loc services */
Note: See TracChangeset for help on using the changeset viewer.