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