Changeset 1798e66 in mainline
- Timestamp:
- 2013-12-31T03:14:31Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 21ae7ee
- Parents:
- 6e04581
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_graph_dev.c
r6e04581 r1798e66 36 36 #include <async.h> 37 37 #include <macros.h> 38 #include <device/graph_dev.h> 38 39 39 40 #include "ops/graph_dev.h" … … 43 44 44 45 static const remote_iface_func_ptr_t remote_graph_dev_iface_ops[] = { 45 &remote_graph_connect46 [GRAPH_DEV_CONNECT] = remote_graph_connect 46 47 }; 47 48
Note:
See TracChangeset
for help on using the changeset viewer.