]> git.proxmox.com Git - qemu.git/blame - hw/vmware_vga.h
eepro100: Replace variable name to fix a compiler warning
[qemu.git] / hw / vmware_vga.h
CommitLineData
18e08a55
MT
1#ifndef QEMU_VMWARE_VGA_H
2#define QEMU_VMWARE_VGA_H
3
4#include "qemu-common.h"
5
6/* vmware_vga.c */
7void pci_vmsvga_init(PCIBus *bus);
8
9#endif