Changeset 3be9d10 in mainline for uspace/lib/graph/graph.h
- Timestamp:
- 2018-03-21T21:29:31Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e242d2
- Parents:
- eadaeae8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/graph/graph.h
readaeae8 r3be9d10 332 332 333 333 /** Shall be registered to libdrv by physical device driver. */ 334 extern void graph_visualizer_connection(visualizer_t *, ipc_callid_t, ipc_call_t *, void *);334 extern void graph_visualizer_connection(visualizer_t *, cap_call_handle_t, ipc_call_t *, void *); 335 335 336 336 /** Shall be registered to libdrv by physical device driver. */ 337 extern void graph_renderer_connection(renderer_t *, ipc_callid_t, ipc_call_t *, void *);337 extern void graph_renderer_connection(renderer_t *, cap_call_handle_t, ipc_call_t *, void *); 338 338 339 339 /** Shall be registered to location service by emulated device driver. */ 340 extern void graph_client_connection( ipc_callid_t, ipc_call_t *, void *);340 extern void graph_client_connection(cap_call_handle_t, ipc_call_t *, void *); 341 341 342 342 #endif
Note:
See TracChangeset
for help on using the changeset viewer.