Sign in
qemu
/
qemu
/
02e2b95fb4bcf8b0a512c5eb449cfb9a1ea3d3b7
/
.
/
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