| 185 | |
| 186 | /* vga.c */ |
| 187 | typedef struct VGAState VGAState; |
| 188 | VGAState *pci_vga_init(PCIBus *bus, FBDevice *fb_dev, |
| 189 | int width, int height, |
| 190 | const uint8_t *vga_rom_buf, int vga_rom_size); |
nothing calls this directly
no outgoing calls
no test coverage detected