changeset 10202 | 16c283d1dcca |
parent 10055 | b2fd76446eee |
10201:4b0ac1c3fcf8 | 10202:16c283d1dcca |
---|---|
75 return NULL; |
75 return NULL; |
76 } |
76 } |
77 |
77 |
78 device->driverdata = data; |
78 device->driverdata = data; |
79 |
79 |
80 /* Setup amount of available displays and current display */ |
80 /* Setup amount of available displays */ |
81 device->num_displays = 0; |
81 device->num_displays = 0; |
82 |
82 |
83 /* Set device free function */ |
83 /* Set device free function */ |
84 device->free = VIVANTE_Destroy; |
84 device->free = VIVANTE_Destroy; |
85 |
85 |