changeset 10202 | 16c283d1dcca |
parent 9998 | f67cf37e9cd4 |
10201:4b0ac1c3fcf8 | 10202:16c283d1dcca |
---|---|
86 return NULL; |
86 return NULL; |
87 } |
87 } |
88 |
88 |
89 device->driverdata = phdata; |
89 device->driverdata = phdata; |
90 |
90 |
91 /* Setup amount of available displays and current display */ |
91 /* Setup amount of available displays */ |
92 device->num_displays = 0; |
92 device->num_displays = 0; |
93 |
93 |
94 /* Set device free function */ |
94 /* Set device free function */ |
95 device->free = RPI_Destroy; |
95 device->free = RPI_Destroy; |
96 |
96 |