Changeset 15d0046 in mainline for uspace/drv/fb/kfb/kfb.c
- Timestamp:
- 2014-09-12T13:22:33Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9b20126
- Parents:
- 8db09e4 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/drv/fb/kfb/kfb.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/fb/kfb/kfb.c
r8db09e4 r15d0046 40 40 #include <task.h> 41 41 #include <graph.h> 42 #include <ops/graph_dev.h>43 42 #include "port.h" 44 43 #include "kfb.h" … … 60 59 }; 61 60 62 static graph_dev_ops_t graph_vsl_dev_ops = {63 .connect = (connect_func) &graph_visualizer_connection64 };65 66 ddf_dev_ops_t graph_vsl_device_ops = {67 .interfaces[GRAPH_DEV_IFACE] = &graph_vsl_dev_ops68 };69 70 static graph_dev_ops_t graph_rnd_dev_ops = {71 .connect = (connect_func) &graph_renderer_connection72 };73 74 ddf_dev_ops_t graph_rnd_device_ops = {75 .interfaces[GRAPH_DEV_IFACE] = &graph_rnd_dev_ops76 };77 78 61 int main(int argc, char *argv[]) 79 62 {
Note:
See TracChangeset
for help on using the changeset viewer.
