repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
[qemu.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