| 38 | #define FB_ALLOC_ALIGN 65536 |
| 39 | |
| 40 | struct SimpleFBState { |
| 41 | FBDevice *fb_dev; |
| 42 | int fb_page_count; |
| 43 | PhysMemoryRange *mem_range; |
| 44 | }; |
| 45 | |
| 46 | #define MAX_MERGE_DISTANCE 3 |
| 47 |
nothing calls this directly
no outgoing calls
no test coverage detected