Sign in
qemu
/
qemu
/
863f678fba4191f3b695620f41056cb7c124425d
/
.
/
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