| 37 | int fb_size; /* frame buffer memory size (info only) */ |
| 38 | void *device_opaque; |
| 39 | void (*refresh)(struct FBDevice *fb_dev, |
| 40 | SimpleFBDrawFunc *redraw_func, void *opaque); |
| 41 | }; |
| 42 |
nothing calls this directly
no outgoing calls
no test coverage detected