Changes in uspace/lib/graph/graph.h [a35b458:3be9d10] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/graph/graph.h
ra35b458 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.