Changes in uspace/srv/devman/fun.h [5a6cc679:8300c72] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/fun.h
r5a6cc679 r8300c72 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda 2 3 * Copyright (c) 2010 Lenka Trochtova 3 * Copyright (c) 2013 Jiri Svoboda4 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 *); 53 54 54 55 #endif
Note:
See TracChangeset
for help on using the changeset viewer.