MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / SimpleFBState

Class SimpleFBState

tinyemu/machine.h:178–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177/* simplefb.c */
178typedef struct SimpleFBState SimpleFBState;
179SimpleFBState *simplefb_init(PhysMemoryMap *map, uint64_t phys_addr,
180 FBDevice *fb_dev, int width, int height);
181void simplefb_refresh(FBDevice *fb_dev,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected