repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target-alpha: Fix compiler warning for gcc-4.3 (and older)
[qemu/kevin.git]
/
hw
/
vmware_vga.h
blob
2e0813c81b814c02af0869724623b88bdd7c256b
1
#ifndef QEMU_VMWARE_VGA_H
2
#define QEMU_VMWARE_VGA_H
3
4
#include
"qemu-common.h"
5
6
/* vmware_vga.c */
7
void
pci_vmsvga_init
(
PCIBus
*
bus
);
8
9
#endif