digraph board {
	rankdir=TB
	colorscheme=x11
	intf_devnode_2 [label="intf_devnode_2\nvideo\n/dev/video0", shape=box, style=filled, fillcolor=yellow]
	entity_1 [label="{{<pad_4> 0} | entity_1\nV4L I/O\nUSB Web-CAM       }", shape=Mrecord, style=filled, fillcolor=aquamarine]
	entity_5 [label="{{<pad_6> 0} | entity_5\nunknown entity type\nExtension 3 | {<pad_7> 1}}", shape=Mrecord, style=filled, fillcolor=lightblue]
	entity_8 [label="{{<pad_9> 0} | entity_8\nunknown entity type\nProcessing 2 | {<pad_10> 1}}", shape=Mrecord, style=filled, fillcolor=lightblue]
	entity_11 [label="{entity_11\nunknown entity type\nCamera 1 | {<pad_12> 0}}", shape=Mrecord, style=filled, fillcolor=cadetblue]
	intf_devnode_2 -> entity_1 [dir="none" color="orange"]
	entity_5:pad_7 -> entity_1:pad_4 [color=blue]
	entity_8:pad_10 -> entity_5:pad_6 [color=blue]
	entity_11:pad_12 -> entity_8:pad_9 [color=blue]
}
