repo.or.cz
/
qemu
/
agraf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
configure: print spice-protocol and spice-server versions
[qemu/agraf.git]
/
hw
/
vga-pci.h
blob
49abf1309ddebb6f42a68ea07fba1e1b90384cff
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