Changeset 02e5e34 in mainline for uspace/srv/devman/fun.h


Ignore:
Timestamp:
2013-09-10T21:27:30Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a501e22c
Parents:
181c32f
Message:

Fun on-/off-line needs to go to fun.c

File:
1 edited

Legend:

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

    r181c32f r02e5e34  
    4949    const char *);
    5050extern bool set_fun_path(dev_tree_t *, fun_node_t *, fun_node_t *);
     51extern int fun_online(fun_node_t *);
     52extern int fun_offline(fun_node_t *);
    5153
    5254#endif
Note: See TracChangeset for help on using the changeset viewer.