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

Class VGAState

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

Source from the content-addressed store, hash-verified

185
186/* vga.c */
187typedef struct VGAState VGAState;
188VGAState *pci_vga_init(PCIBus *bus, FBDevice *fb_dev,
189 int width, int height,
190 const uint8_t *vga_rom_buf, int vga_rom_size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected