aboutsummaryrefslogtreecommitdiff
path: root/hw/vga-pci.h
blob: 49abf1309ddebb6f42a68ea07fba1e1b90384cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef VGA_PCI_H
#define VGA_PCI_H

#include "qemu-common.h"

/* vga-pci.c */
DeviceState *pci_vga_init(PCIBus *bus);

/* cirrus_vga.c */
DeviceState *pci_cirrus_vga_init(PCIBus *bus);

#endif