Changes in uspace/srv/devman/fun.h [8300c72:5a6cc679] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/fun.h
r8300c72 r5a6cc679 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda3 2 * Copyright (c) 2010 Lenka Trochtova 3 * Copyright (c) 2013 Jiri Svoboda 4 4 * All rights reserved. 5 5 * … … 51 51 extern errno_t fun_online(fun_node_t *); 52 52 extern errno_t fun_offline(fun_node_t *); 53 extern errno_t fun_quiesce(fun_node_t *);54 53 55 54 #endif
Note:
See TracChangeset
for help on using the changeset viewer.