Statistics
| Branch: | Revision:

root / hw / vmware_vga.h @ 3f7132d1

History | View | Annotate | Download (141 Bytes)

1 18e08a55 Michael S. Tsirkin
#ifndef QEMU_VMWARE_VGA_H
2 18e08a55 Michael S. Tsirkin
#define QEMU_VMWARE_VGA_H
3 18e08a55 Michael S. Tsirkin
4 18e08a55 Michael S. Tsirkin
#include "qemu-common.h"
5 18e08a55 Michael S. Tsirkin
6 18e08a55 Michael S. Tsirkin
/* vmware_vga.c */
7 18e08a55 Michael S. Tsirkin
void pci_vmsvga_init(PCIBus *bus);
8 18e08a55 Michael S. Tsirkin
9 18e08a55 Michael S. Tsirkin
#endif