| 176 | |
| 177 | /* simplefb.c */ |
| 178 | typedef struct SimpleFBState SimpleFBState; |
| 179 | SimpleFBState *simplefb_init(PhysMemoryMap *map, uint64_t phys_addr, |
| 180 | FBDevice *fb_dev, int width, int height); |
| 181 | void simplefb_refresh(FBDevice *fb_dev, |
nothing calls this directly
no outgoing calls
no test coverage detected