Sign in
qemu-android
/
qemu-android
/
b336ceb6918b8f9eb54dcbb1043521482c7be83b
/
.
/
hw
/
vga-pci.h
blob: 49abf1309ddebb6f42a68ea07fba1e1b90384cff [
file
] [
log
] [
blame
]
zhlcindy@gmail.com
c1195d1
2012-08-06 16:41:59 +0000
[
diff
] [
blame
]
1
#ifndef
VGA_PCI_H
2
#define
VGA_PCI_H
3
4
#include
"qemu-common.h"
5
6
/* vga-pci.c */
7
DeviceState
*
pci_vga_init
(
PCIBus
*
bus
);
8
9
/* cirrus_vga.c */
10
DeviceState
*
pci_cirrus_vga_init
(
PCIBus
*
bus
);
11
12
#endif