Sign in
qemu
/
qemu
/
a1e472119aa2efa88a2a24b1aa50e45ea8cc8f31
/
.
/
hw
/
vga-pci.h
blob: d111cdc016f75acc3c722e0cfe3e0f680ab40ea5 [
file
] [
log
] [
blame
]
#ifndef
VGA_PCI_H
#define
VGA_PCI_H
#include
"qemu-common.h"
/* vga-pci.c */
DeviceState
*
pci_std_vga_init
(
PCIBus
*
bus
);
/* cirrus_vga.c */
DeviceState
*
pci_cirrus_vga_init
(
PCIBus
*
bus
);
#endif