Changeset d57ff6f in mainline for uspace/drv/fb/amdm37x_dispc/port.c
- Timestamp:
- 2013-01-20T20:02:01Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4e3bfab
- Parents:
- 079cacf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/fb/amdm37x_dispc/port.c
r079cacf rd57ff6f 55 55 #include <io/chargrid.h> 56 56 57 #include <ops/graph_dev.h> 57 58 #include <pixconv.h> 58 59 59 60 #include <graph.h> 60 61 61 #include "kfb.h"62 62 #include "port.h" 63 63 … … 79 79 uint8_t *addr; 80 80 } kfb_t; 81 82 static graph_dev_ops_t graph_vsl_dev_ops = { 83 .connect = (connect_func) &graph_visualizer_connection 84 }; 85 86 static ddf_dev_ops_t graph_vsl_device_ops = { 87 .interfaces[GRAPH_DEV_IFACE] = &graph_vsl_dev_ops 88 }; 81 89 82 90 static kfb_t kfb;
Note:
See TracChangeset
for help on using the changeset viewer.