Statistics
| Branch: | Revision:

root / hw / vmware_vga.h @ 5c81e4ca

History | View | Annotate | Download (205 Bytes)

1
#ifndef QEMU_VMWARE_VGA_H
2
#define QEMU_VMWARE_VGA_H
3

    
4
#include "qemu-common.h"
5

    
6
/* vmware_vga.c */
7
static inline void pci_vmsvga_init(PCIBus *bus)
8
{
9
    pci_create_simple(bus, -1, "vmware-svga");
10
}
11

    
12
#endif