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

Class SimpleFBState

tinyemu/simplefb.c:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38#define FB_ALLOC_ALIGN 65536
39
40struct SimpleFBState {
41 FBDevice *fb_dev;
42 int fb_page_count;
43 PhysMemoryRange *mem_range;
44};
45
46#define MAX_MERGE_DISTANCE 3
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected