vga-pci.h 194 B

123456789101112
  1. #ifndef VGA_PCI_H
  2. #define VGA_PCI_H
  3. #include "qemu-common.h"
  4. /* vga-pci.c */
  5. DeviceState *pci_vga_init(PCIBus *bus);
  6. /* cirrus_vga.c */
  7. DeviceState *pci_cirrus_vga_init(PCIBus *bus);
  8. #endif