Statistics
| Branch: | Revision:

root / hw / vga-pci.h @ a1e47211

History | View | Annotate | Download (198 Bytes)

1
#ifndef VGA_PCI_H
2
#define VGA_PCI_H
3

    
4
#include "qemu-common.h"
5

    
6
/* vga-pci.c */
7
DeviceState *pci_std_vga_init(PCIBus *bus);
8

    
9
/* cirrus_vga.c */
10
DeviceState *pci_cirrus_vga_init(PCIBus *bus);
11

    
12
#endif