Sign in
qemu
/
qemu
/
c1cf85c9acb847c4871c0b241ced8fabf410d502
/
.
/
hw
/
vga-pci.h
blob: 49abf1309ddebb6f42a68ea07fba1e1b90384cff [
file
] [
log
] [
blame
]
#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